GroupId | GroupIdnl.future-edge |
---|---|
ArtifactId | ArtifactIdsimple-jmx |
Version | Version1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
simple-jmx-1.0-RC2.pom | |
simple-jmx-1.0-RC2.jar | 78 KB |
simple-jmx-1.0-RC2-sources.jar | 51 KB |
simple-jmx-1.0-RC2-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.future-edge/simple-jmx/ -->
<dependency>
<groupId>nl.future-edge</groupId>
<artifactId>simple-jmx</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.future-edge/simple-jmx/
implementation 'nl.future-edge:simple-jmx:1.0-RC2'
// https://jarcasting.com/artifacts/nl.future-edge/simple-jmx/
implementation ("nl.future-edge:simple-jmx:1.0-RC2")
'nl.future-edge:simple-jmx:jar:1.0-RC2'
<dependency org="nl.future-edge" name="simple-jmx" rev="1.0-RC2">
<artifact name="simple-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.future-edge', module='simple-jmx', version='1.0-RC2')
)
libraryDependencies += "nl.future-edge" % "simple-jmx" % "1.0-RC2"
[nl.future-edge/simple-jmx "1.0-RC2"]