Please visit https://docs.cyclopsgroup.org/jmxterm
Add the following repository to your pom.xml:
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/LeMyst/jmxterm</url>
</repository>
</repositories>
<dependency>
<groupId>io.github.lemyst</groupId>
<artifactId>jmxterm</artifactId>
<version>1.0.11</version>
</dependency>