| Группа | Группаcom.j256.simplejmx |
|---|---|
| Идентификатор | Идентификаторsimplejmx |
| Версия | Версия1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simplejmx-1.7.pom | |
| simplejmx-1.7.jar | 50 KB |
| simplejmx-1.7-tests.jar | 82 KB |
| simplejmx-1.7-test-sources.jar | 26 KB |
| simplejmx-1.7-sources.jar | 32 KB |
| simplejmx-1.7-javadoc.jar | 271 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/ -->
<dependency>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation 'com.j256.simplejmx:simplejmx:1.7'
// https://jarcasting.com/artifacts/com.j256.simplejmx/simplejmx/
implementation ("com.j256.simplejmx:simplejmx:1.7")
'com.j256.simplejmx:simplejmx:jar:1.7'
<dependency org="com.j256.simplejmx" name="simplejmx" rev="1.7">
<artifact name="simplejmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplejmx', module='simplejmx', version='1.7')
)
libraryDependencies += "com.j256.simplejmx" % "simplejmx" % "1.7"
[com.j256.simplejmx/simplejmx "1.7"]