| Категории |
Категорииjmxtrans Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаorg.jmxtrans |
| Идентификатор | Идентификаторjmxtrans-utils |
| Версия | Версия256 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jmxtrans-utils-256.pom | |
| jmxtrans-utils-256.jar | 15 KB |
| jmxtrans-utils-256-sources.jar | 14 KB |
| jmxtrans-utils-256-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-utils/ -->
<dependency>
<groupId>org.jmxtrans</groupId>
<artifactId>jmxtrans-utils</artifactId>
<version>256</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-utils/
implementation 'org.jmxtrans:jmxtrans-utils:256'
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-utils/
implementation ("org.jmxtrans:jmxtrans-utils:256")
'org.jmxtrans:jmxtrans-utils:jar:256'
<dependency org="org.jmxtrans" name="jmxtrans-utils" rev="256">
<artifact name="jmxtrans-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmxtrans', module='jmxtrans-utils', version='256')
)
libraryDependencies += "org.jmxtrans" % "jmxtrans-utils" % "256"
[org.jmxtrans/jmxtrans-utils "256"]