p

petals-jmx-commons

PEtALS JMX interface definition library
Files download
File Operation
petals-jmx-commons-1.6.1.jar download
petals-jmx-commons-1.6.1.pom download
petals-jmx-commons-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-jmx-commons</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-jmx-commons:1.6.1'
Gradle Kotlin
implementation("org.ow2.petals:petals-jmx-commons:1.6.1")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-jmx-commons" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-jmx-commons', version='1.6.1')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-jmx-commons" rev="1.6.1" />
Leiningen
[org.ow2.petals/petals-jmx-commons "1.6.1"]
Apache Buildr
'org.ow2.petals:petals-jmx-commons:jar:1.6.1'