| GroupId | GroupIdcom.j256.simplejmx |
|---|---|
| ArtifactId | ArtifactIdsimplejmx |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplejmx-0.6.pom | |
| simplejmx-0.6.jar | 39 KB |
| simplejmx-0.6-tests.jar | 56 KB |
| simplejmx-0.6-test-sources.jar | 14 KB |
| simplejmx-0.6-sources.jar | 22 KB |
| simplejmx-0.6-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/ -->
<dependency>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation 'com.j256.simplejmx:simplejmx:0.6'
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation ("com.j256.simplejmx:simplejmx:0.6")
'com.j256.simplejmx:simplejmx:jar:0.6'
<dependency org="com.j256.simplejmx" name="simplejmx" rev="0.6">
<artifact name="simplejmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplejmx', module='simplejmx', version='0.6')
)
libraryDependencies += "com.j256.simplejmx" % "simplejmx" % "0.6"
[com.j256.simplejmx/simplejmx "0.6"]