не последняя версия
Последняя версия 1.21

org.weakref:jmxutils 1.5

Exporting JMX mbeans made easy

Группа

Группа

org.weakref
Идентификатор

Идентификатор

jmxutils
Версия

Версия

1.5
Тип

Тип

jar

Скачать jmxutils 1.5


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