s

simplejmx

Simple JMX Classes
http://sourceforge.net/projects/simplejmx/
ISC License
Gray Watson
Files download
File Operation
simplejmx-1.0.jar download
simplejmx-1.0.pom download
simplejmx-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.j256.simplejmx</groupId>
  <artifactId>simplejmx</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.j256.simplejmx:simplejmx:1.0'
Gradle Kotlin
implementation("com.j256.simplejmx:simplejmx:1.0")
Scala SBT
libraryDependencies += "com.j256.simplejmx" % "simplejmx" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.j256.simplejmx', module='simplejmx', version='1.0')
)
Apache Ivy
<dependency org="com.j256.simplejmx" name="simplejmx" rev="1.0" />
Leiningen
[com.j256.simplejmx/simplejmx "1.0"]
Apache Buildr
'com.j256.simplejmx:simplejmx:jar:1.0'