License |
License |
---|---|
GroupId | GroupIdorg.javasimon |
ArtifactId | ArtifactIdjavasimon-jmx |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaSimon JMX Support
Java Simon - simple monitoring library
|
Project URL |
Project URL |
Filename | Size |
---|---|
javasimon-jmx-2.5.0.pom | |
javasimon-jmx-2.5.0.jar | 17 KB |
javasimon-jmx-2.5.0-sources.jar | 18 KB |
javasimon-jmx-2.5.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javasimon/javasimon-jmx/ -->
<dependency>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-jmx</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javasimon/javasimon-jmx/
implementation 'org.javasimon:javasimon-jmx:2.5.0'
// https://jarcasting.com/artifacts/org.javasimon/javasimon-jmx/
implementation ("org.javasimon:javasimon-jmx:2.5.0")
'org.javasimon:javasimon-jmx:jar:2.5.0'
<dependency org="org.javasimon" name="javasimon-jmx" rev="2.5.0">
<artifact name="javasimon-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javasimon', module='javasimon-jmx', version='2.5.0')
)
libraryDependencies += "org.javasimon" % "javasimon-jmx" % "2.5.0"
[org.javasimon/javasimon-jmx "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.javasimon : javasimon-core | jar | 2.5.0 |
org.javasimon : javasimon-jdbc3 | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.10 |