| GroupId | GroupIdcom.github.kenwdelong |
|---|---|
| ArtifactId | ArtifactIdjmx-console |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jmx-console-1.0.0.pom | |
| jmx-console-1.0.0.jar | 20 KB |
| jmx-console-1.0.0-sources.jar | 11 KB |
| jmx-console-1.0.0-javadoc.jar | 85 KB |
| Browse |
<!-- 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"]