MVN

org.cyclopsgroup : jmxterm

Maven & Gradle

Oct 27, 2022
1 usages
502 stars

JMXTerm · Command line based interactive JMX client

<dependency>
    <groupId>org.cyclopsgroup</groupId>
    <artifactId>jmxterm</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cyclopsgroup : jmxterm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Alpha: 1.0-alpha-4

All Versions

Choose a version of org.cyclopsgroup : jmxterm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jmxterm-1.0.4
jmxterm-1.0.3
jmxterm-1.0.2
jmxterm-1.0.1
jmxterm-1.0.0
1.0
jmxterm-1.0-alpha-4
jmxterm-1.0-alpha-3
jmxterm-1.0-alpha-2
jmxterm-1.0-alpha-1
0.2
jmxterm-0.2
0.1
jmxterm-0.1

How to add a dependency to Maven

Add the following org.cyclopsgroup : jmxterm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cyclopsgroup</groupId>
    <artifactId>jmxterm</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cyclopsgroup : jmxterm gradle dependency to your build.gradle file:

implementation 'org.cyclopsgroup:jmxterm:1.0.4'

Gradle Kotlin DSL: Add the following org.cyclopsgroup : jmxterm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cyclopsgroup:jmxterm:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cyclopsgroup : jmxterm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cyclopsgroup" % "jmxterm" % "1.0.4"

Advertisement

Dependencies from Group

Jan 15, 2019
5 usages
1 stars
Jan 17, 2019
2 usages
6 stars
May 01, 2015
1 usages
Oct 27, 2022
1 usages
502 stars
Sep 21, 2012
1 usages

Discover Dependencies