com.github.rmannibucau:simple-jmx-connector

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.github.rmannibucau
ArtifactId

ArtifactId

simple-jmx-connector
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/rmannibucau/simple-jmx-connector

Download simple-jmx-connector

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/ -->
<dependency>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>simple-jmx-connector</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation 'com.github.rmannibucau:simple-jmx-connector:0.2'
// https://jarcasting.com/artifacts/com.github.rmannibucau/simple-jmx-connector/
implementation ("com.github.rmannibucau:simple-jmx-connector:0.2")
'com.github.rmannibucau:simple-jmx-connector:jar:0.2'
<dependency org="com.github.rmannibucau" name="simple-jmx-connector" rev="0.2">
  <artifact name="simple-jmx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='simple-jmx-connector', version='0.2')
)
libraryDependencies += "com.github.rmannibucau" % "simple-jmx-connector" % "0.2"
[com.github.rmannibucau/simple-jmx-connector "0.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

To start JConsole with this protocol available run (assuming JAVA_HOME is set):

jconsole -J-Djava.class.path=simple-jmx-connector.jar:$JAVA_HOME/lib/jconsole.jar:$JAVA_HOME/lib/tools.jar

or for Windows:

jconsole -J"-Djava.class.path=target\simple-jmx-connector-1.0-SNAPSHOT.jar;%JAVA_HOME%\lib\jconsole.jar;%JAVA_HOME%\lib\tools.jar"

Then simply enter the url which should look like:

service:jmx:simple://localhost:1234

Versions

Version
0.2
0.1