is not current version
Last Version 1.0.2

nl.future-edge:simple-jmx 1.0.1

Simple JMX protocol (that works without RMI)

GroupId

GroupId

nl.future-edge
ArtifactId

ArtifactId

simple-jmx
Version

Version

1.0.1
Type

Type

jar

Download simple-jmx 1.0.1


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