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

com.github.kenwdelong:jmx-console 1.0.0

A web-fragment implementing a simple JMX MBean browser, modeled on the old JBoss JMX Console. Simply drop this JAR into any WAR project and navigate to /jmx-console.

Группа

Группа

com.github.kenwdelong
Идентификатор

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

jmx-console
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать jmx-console 1.0.0


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