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