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