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