is not current version
Last Version 1.21

org.weakref:jmxutils 1.20

Exporting JMX mbeans made easy

GroupId

GroupId

org.weakref
ArtifactId

ArtifactId

jmxutils
Version

Version

1.20
Type

Type

jar

Download jmxutils 1.20


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