License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus |
ArtifactId | ArtifactIdintegration_tests |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPrometheus Java Suit - Integration Tests
The Prometheus Java Suite: Client Metrics, Exposition, and Examples
|
Filename | Size |
---|---|
integration_tests-0.12.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/integration_tests/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>integration_tests</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/integration_tests/
implementation 'io.prometheus:integration_tests:0.12.0'
// https://jarcasting.com/artifacts/io.prometheus/integration_tests/
implementation ("io.prometheus:integration_tests:0.12.0")
'io.prometheus:integration_tests:pom:0.12.0'
<dependency org="io.prometheus" name="integration_tests" rev="0.12.0">
<artifact name="integration_tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='integration_tests', version='0.12.0')
)
libraryDependencies += "io.prometheus" % "integration_tests" % "0.12.0"
[io.prometheus/integration_tests "0.12.0"]