is not current version
Last Version 1.1

org.objectweb.petals:petals-jmx 1.0

PEtALS JMX utilities library

GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-jmx
Version

Version

1.0
Type

Type

jar

Download petals-jmx 1.0


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