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