GroupId | GroupIdcom.testingsyndicate |
---|---|
ArtifactId | ArtifactIdhc-jmx |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hc-jmx-2.0.0.pom | |
hc-jmx-2.0.0.jar | 6 KB |
hc-jmx-2.0.0-sources.jar | 3 KB |
hc-jmx-2.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testingsyndicate/hc-jmx/ -->
<dependency>
<groupId>com.testingsyndicate</groupId>
<artifactId>hc-jmx</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.testingsyndicate/hc-jmx/
implementation 'com.testingsyndicate:hc-jmx:2.0.0'
// https://jarcasting.com/artifacts/com.testingsyndicate/hc-jmx/
implementation ("com.testingsyndicate:hc-jmx:2.0.0")
'com.testingsyndicate:hc-jmx:jar:2.0.0'
<dependency org="com.testingsyndicate" name="hc-jmx" rev="2.0.0">
<artifact name="hc-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testingsyndicate', module='hc-jmx', version='2.0.0')
)
libraryDependencies += "com.testingsyndicate" % "hc-jmx" % "2.0.0"
[com.testingsyndicate/hc-jmx "2.0.0"]