| License |
License |
|---|---|
| GroupId | GroupIdcom.github.unix-junkie |
| ArtifactId | ArtifactIdjsr255 |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionJSR 255 - JMX API 2.0 Specification - Early Draft Review
JSR 255 - Java™ Management Extensions (JMX™) API Specification 2.0 EARLY DRAFT REVIEW (December 2007)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsr255-0.0.1.pom | |
| jsr255-0.0.1.jar | 15 KB |
| jsr255-0.0.1-sources.jar | 18 KB |
| jsr255-0.0.1-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.unix-junkie/jsr255/ -->
<dependency>
<groupId>com.github.unix-junkie</groupId>
<artifactId>jsr255</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unix-junkie/jsr255/
implementation 'com.github.unix-junkie:jsr255:0.0.1'
// https://jarcasting.com/artifacts/com.github.unix-junkie/jsr255/
implementation ("com.github.unix-junkie:jsr255:0.0.1")
'com.github.unix-junkie:jsr255:jar:0.0.1'
<dependency org="com.github.unix-junkie" name="jsr255" rev="0.0.1">
<artifact name="jsr255" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unix-junkie', module='jsr255', version='0.0.1')
)
libraryDependencies += "com.github.unix-junkie" % "jsr255" % "0.0.1"
[com.github.unix-junkie/jsr255 "0.0.1"]