GroupId | GroupIdcom.testingsyndicate |
---|---|
ArtifactId | ArtifactIdhc-jmx |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hc-jmx-1.0.0.pom | |
hc-jmx-1.0.0.jar | 5 KB |
hc-jmx-1.0.0-sources.jar | 2 KB |
hc-jmx-1.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.testingsyndicate/hc-jmx/
implementation 'com.testingsyndicate:hc-jmx:1.0.0'
// https://jarcasting.com/artifacts/com.testingsyndicate/hc-jmx/
implementation ("com.testingsyndicate:hc-jmx:1.0.0")
'com.testingsyndicate:hc-jmx:jar:1.0.0'
<dependency org="com.testingsyndicate" name="hc-jmx" rev="1.0.0">
<artifact name="hc-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testingsyndicate', module='hc-jmx', version='1.0.0')
)
libraryDependencies += "com.testingsyndicate" % "hc-jmx" % "1.0.0"
[com.testingsyndicate/hc-jmx "1.0.0"]