j

jsr255

JSR 255 - Java™ Management Extensions (JMX™) API Specification 2.0 EARLY DRAFT REVIEW (December 2007)
https://unix-junkie.github.io/jsr255/
Mozilla Public License Version 2.0
Sun Microsystems, Inc
Andrew ``Bass'' Shcheglov
Files download
File Operation
jsr255-0.0.1.jar download
jsr255-0.0.1.pom download
jsr255-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.unix-junkie</groupId>
  <artifactId>jsr255</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.unix-junkie:jsr255:0.0.1'
Gradle Kotlin
implementation("com.github.unix-junkie:jsr255:0.0.1")
Scala SBT
libraryDependencies += "com.github.unix-junkie" % "jsr255" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.unix-junkie', module='jsr255', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.unix-junkie" name="jsr255" rev="0.0.1" />
Leiningen
[com.github.unix-junkie/jsr255 "0.0.1"]
Apache Buildr
'com.github.unix-junkie:jsr255:jar:0.0.1'