is not current version
Last Version 1.1.0

com.sksamuel.jmxc:jmxc 1.0.0

JMX Client for Scala/Java

GroupId

GroupId

com.sksamuel.jmxc
ArtifactId

ArtifactId

jmxc
Version

Version

1.0.0
Type

Type

jar

Download jmxc 1.0.0


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