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