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

com.github.kenwdelong:jmx-console 2.0.1

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
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать jmx-console 2.0.1


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