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