Last Version

JMX Console 2.0.2

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.

License

License

GroupId

GroupId

com.github.kenwdelong
ArtifactId

ArtifactId

jmx-console
Version

Version

2.0.2
Type

Type

jar
Description

Description

JMX Console
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.
Project URL

Project URL

https://github.com/kenwdelong/jmx-console

Download jmx-console 2.0.2


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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 5.2.9.RELEASE
jakarta.annotation : jakarta.annotation-api jar 1.3.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

runtime (1)

Group / Artifact Type Version
javax.servlet : jstl jar 1.2

Project Modules

There are no modules declared in this project.