| GroupId | GroupIdcom.j256.simplejmx |
|---|---|
| ArtifactId | ArtifactIdsimplejmx |
| Version | Version1.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simplejmx-1.10.pom | |
| simplejmx-1.10.jar | 69 KB |
| simplejmx-1.10-tests.jar | 96 KB |
| simplejmx-1.10-test-sources.jar | 34 KB |
| simplejmx-1.10-sources.jar | 42 KB |
| simplejmx-1.10-javadoc.jar | 325 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/ -->
<dependency>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation 'com.j256.simplejmx:simplejmx:1.10'
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation ("com.j256.simplejmx:simplejmx:1.10")
'com.j256.simplejmx:simplejmx:jar:1.10'
<dependency org="com.j256.simplejmx" name="simplejmx" rev="1.10">
<artifact name="simplejmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplejmx', module='simplejmx', version='1.10')
)
libraryDependencies += "com.j256.simplejmx" % "simplejmx" % "1.10"
[com.j256.simplejmx/simplejmx "1.10"]