GroupId | GroupIdcom.github.rmannibucau |
---|---|
ArtifactId | ArtifactIdsimple-jmx-connector |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-jmx-connector-0.1.pom | |
simple-jmx-connector-0.1.jar | 22 KB |
simple-jmx-connector-0.1-sources.jar | 10 KB |
simple-jmx-connector-0.1-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>simple-jmx-connector</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation 'com.github.rmannibucau:simple-jmx-connector:0.1'
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation ("com.github.rmannibucau:simple-jmx-connector:0.1")
'com.github.rmannibucau:simple-jmx-connector:jar:0.1'
<dependency org="com.github.rmannibucau" name="simple-jmx-connector" rev="0.1">
<artifact name="simple-jmx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='simple-jmx-connector', version='0.1')
)
libraryDependencies += "com.github.rmannibucau" % "simple-jmx-connector" % "0.1"
[com.github.rmannibucau/simple-jmx-connector "0.1"]