JMX Utils
A set of utilities for interacting with Java JMX.
Build Instructions
The build uses Gradle which means you don't have to do much, just run:
./gradlew clean build
License |
License |
---|---|
GroupId | GroupIdorg.pidster |
ArtifactId | ArtifactIdjmx-utils |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjmx-utils
A Java Agent for injecting threads into running JVMs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmx-utils-0.1.pom | |
jmx-utils-0.1.jar | 23 KB |
jmx-utils-0.1-sources.jar | 19 KB |
jmx-utils-0.1-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pidster/jmx-utils/ -->
<dependency>
<groupId>org.pidster</groupId>
<artifactId>jmx-utils</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pidster/jmx-utils/
implementation 'org.pidster:jmx-utils:0.1'
// https://jarcasting.com/artifacts/org.pidster/jmx-utils/
implementation ("org.pidster:jmx-utils:0.1")
'org.pidster:jmx-utils:jar:0.1'
<dependency org="org.pidster" name="jmx-utils" rev="0.1">
<artifact name="jmx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pidster', module='jmx-utils', version='0.1')
)
libraryDependencies += "org.pidster" % "jmx-utils" % "0.1"
[org.pidster/jmx-utils "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
A set of utilities for interacting with Java JMX.
The build uses Gradle which means you don't have to do much, just run:
./gradlew clean build