| GroupId | GroupIdcom.github.rmannibucau |
|---|---|
| ArtifactId | ArtifactIdsimple-jmx-connector |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-jmx-connector-0.2.pom | |
| simple-jmx-connector-0.2.jar | 23 KB |
| simple-jmx-connector-0.2-sources.jar | 11 KB |
| simple-jmx-connector-0.2-javadoc.jar | 98 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation 'com.github.rmannibucau:simple-jmx-connector:0.2'
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation ("com.github.rmannibucau:simple-jmx-connector:0.2")
'com.github.rmannibucau:simple-jmx-connector:jar:0.2'
<dependency org="com.github.rmannibucau" name="simple-jmx-connector" rev="0.2">
<artifact name="simple-jmx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='simple-jmx-connector', version='0.2')
)
libraryDependencies += "com.github.rmannibucau" % "simple-jmx-connector" % "0.2"
[com.github.rmannibucau/simple-jmx-connector "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |