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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.pidster |
| Идентификатор | Идентификаторjmx-utils |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjmx-utils
A Java Agent for injecting threads into running JVMs
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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