License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.avast.client |
ArtifactId | ArtifactIdclient-jmx |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMX Client
Sync and async clients to access JMX properties.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-jmx-1.0.0.pom | |
client-jmx-1.0.0.jar | 15 KB |
client-jmx-1.0.0-sources.jar | 3 KB |
client-jmx-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avast.client/client-jmx/ -->
<dependency>
<groupId>com.avast.client</groupId>
<artifactId>client-jmx</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.avast.client/client-jmx/
implementation 'com.avast.client:client-jmx:1.0.0'
// https://jarcasting.com/artifacts/com.avast.client/client-jmx/
implementation ("com.avast.client:client-jmx:1.0.0")
'com.avast.client:client-jmx:jar:1.0.0'
<dependency org="com.avast.client" name="client-jmx" rev="1.0.0">
<artifact name="client-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avast.client', module='client-jmx', version='1.0.0')
)
libraryDependencies += "com.avast.client" % "client-jmx" % "1.0.0"
[com.avast.client/client-jmx "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |