| GroupId | GroupIdcom.github.kenwdelong |
|---|---|
| ArtifactId | ArtifactIdjmx-console |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jmx-console-2.0.1.pom | |
| jmx-console-2.0.1.jar | 32 KB |
| jmx-console-2.0.1-sources.jar | 19 KB |
| jmx-console-2.0.1-javadoc.jar | 108 KB |
| Browse |
<!-- 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"]