is not current version
Last Version 1.10.1

org.ow2.petals:petals-jmx 1.5

PEtALS JMX utilities library

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-jmx
Version

Version

1.5
Type

Type

jar

Download petals-jmx 1.5


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