com.github.rmannibucau:simple-jmx-connector

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

Группа

Группа

com.github.rmannibucau
Идентификатор

Идентификатор

simple-jmx-connector
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

Система контроля версий

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

Скачать simple-jmx-connector

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2
0.1