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