License |
License |
---|---|
GroupId | GroupIdio.pcp.parfait |
ArtifactId | ArtifactIdparfait-jmx |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionparfait-jmx
Library to allow Parfait to import metric values from, and export results to, JMX
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parfait-jmx-1.1.1.pom | |
parfait-jmx-1.1.1.jar | 13 KB |
parfait-jmx-1.1.1-tests.jar | 7 KB |
parfait-jmx-1.1.1-sources.jar | 6 KB |
parfait-jmx-1.1.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pcp.parfait/parfait-jmx/ -->
<dependency>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-jmx</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pcp.parfait/parfait-jmx/
implementation 'io.pcp.parfait:parfait-jmx:1.1.1'
// https://jarcasting.com/artifacts/io.pcp.parfait/parfait-jmx/
implementation ("io.pcp.parfait:parfait-jmx:1.1.1")
'io.pcp.parfait:parfait-jmx:jar:1.1.1'
<dependency org="io.pcp.parfait" name="parfait-jmx" rev="1.1.1">
<artifact name="parfait-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pcp.parfait', module='parfait-jmx', version='1.1.1')
)
libraryDependencies += "io.pcp.parfait" % "parfait-jmx" % "1.1.1"
[io.pcp.parfait/parfait-jmx "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.pcp.parfait : parfait-core | jar | 1.1.1 |
org.springframework : spring-core | jar | 4.3.28.RELEASE |
org.springframework : spring-context | jar | 4.3.28.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.1 |
log4j : log4j Optional | jar | 1.2.17 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |