is not current version
Last Version 1.21

org.weakref:jmxutils 1.12

Exporting JMX mbeans made easy

GroupId

GroupId

org.weakref
ArtifactId

ArtifactId

jmxutils
Version

Version

1.12
Type

Type

jar

Download jmxutils 1.12


<!-- https://jarcasting.com/artifacts/org.weakref/jmxutils/ -->
<dependency>
    <groupId>org.weakref</groupId>
    <artifactId>jmxutils</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.weakref/jmxutils/
implementation 'org.weakref:jmxutils:1.12'
// https://jarcasting.com/artifacts/org.weakref/jmxutils/
implementation ("org.weakref:jmxutils:1.12")
'org.weakref:jmxutils:jar:1.12'
<dependency org="org.weakref" name="jmxutils" rev="1.12">
  <artifact name="jmxutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.weakref', module='jmxutils', version='1.12')
)
libraryDependencies += "org.weakref" % "jmxutils" % "1.12"
[org.weakref/jmxutils "1.12"]