| License |
License |
|---|---|
| GroupId | GroupIdcom.avast |
| ArtifactId | ArtifactIdjmx-publisher |
| Version | Version1.4.2 |
| Type | Typejar |
| Description |
DescriptionJMX Publisher
Tool to get properties and methods published via JMX easily.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmx-publisher-1.4.2.pom | |
| jmx-publisher-1.4.2.jar | 23 KB |
| jmx-publisher-1.4.2-test-sources.jar | 6 KB |
| jmx-publisher-1.4.2-sources.jar | 12 KB |
| jmx-publisher-1.4.2-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.avast/jmx-publisher/ -->
<dependency>
<groupId>com.avast</groupId>
<artifactId>jmx-publisher</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.avast/jmx-publisher/
implementation 'com.avast:jmx-publisher:1.4.2'
// https://jarcasting.com/artifacts/com.avast/jmx-publisher/
implementation ("com.avast:jmx-publisher:1.4.2")
'com.avast:jmx-publisher:jar:1.4.2'
<dependency org="com.avast" name="jmx-publisher" rev="1.4.2">
<artifact name="jmx-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avast', module='jmx-publisher', version='1.4.2')
)
libraryDependencies += "com.avast" % "jmx-publisher" % "1.4.2"
[com.avast/jmx-publisher "1.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| com.avast.client : client-jmx | jar | 1.0.0 |
| junit : junit | jar | 4.11 |