| License |
License |
|---|---|
| Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.prometheus |
| ArtifactId | ArtifactIdexample_application |
| Last Version | Last Version0.12.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIntegration Test - Example Application
The Prometheus Java Suite: Client Metrics, Exposition, and Examples
|
| Filename | Size |
|---|---|
| example_application-0.12.0.pom | |
| example_application-0.12.0.jar | 125 KB |
| example_application-0.12.0-sources.jar | 2 KB |
| example_application-0.12.0-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus/example_application/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>example_application</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/example_application/
implementation 'io.prometheus:example_application:0.12.0'
// https://jarcasting.com/artifacts/io.prometheus/example_application/
implementation ("io.prometheus:example_application:0.12.0")
'io.prometheus:example_application:jar:0.12.0'
<dependency org="io.prometheus" name="example_application" rev="0.12.0">
<artifact name="example_application" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='example_application', version='0.12.0')
)
libraryDependencies += "io.prometheus" % "example_application" % "0.12.0"
[io.prometheus/example_application "0.12.0"]