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