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