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