| Categories |
CategoriesNet Prometheus Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdprometheus |
| Version | Version2.0.0-BETA2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| prometheus-2.0.0-BETA2.pom | |
| prometheus-2.0.0-BETA2.jar | 8 KB |
| prometheus-2.0.0-BETA2-sources.jar | 6 KB |
| prometheus-2.0.0-BETA2-javadoc.jar | 409 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/prometheus/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>prometheus</artifactId>
<version>2.0.0-BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/prometheus/
implementation 'com.networknt:prometheus:2.0.0-BETA2'
// https://jarcasting.com/artifacts/com.networknt/prometheus/
implementation ("com.networknt:prometheus:2.0.0-BETA2")
'com.networknt:prometheus:jar:2.0.0-BETA2'
<dependency org="com.networknt" name="prometheus" rev="2.0.0-BETA2">
<artifact name="prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='prometheus', version='2.0.0-BETA2')
)
libraryDependencies += "com.networknt" % "prometheus" % "2.0.0-BETA2"
[com.networknt/prometheus "2.0.0-BETA2"]