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