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