| License |
License |
|---|---|
| Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.bluetrainsoftware |
| ArtifactId | ArtifactIdprometheus-jersey |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPrometheus Jersey Annotation Support
Maven Parent for BTS Artifacts that will be going into Maven Central.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| prometheus-jersey-1.2.pom | |
| prometheus-jersey-1.2.jar | 6 KB |
| prometheus-jersey-1.2-sources.jar | 2 KB |
| prometheus-jersey-1.2-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bluetrainsoftware/prometheus-jersey/ -->
<dependency>
<groupId>com.bluetrainsoftware</groupId>
<artifactId>prometheus-jersey</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluetrainsoftware/prometheus-jersey/
implementation 'com.bluetrainsoftware:prometheus-jersey:1.2'
// https://jarcasting.com/artifacts/com.bluetrainsoftware/prometheus-jersey/
implementation ("com.bluetrainsoftware:prometheus-jersey:1.2")
'com.bluetrainsoftware:prometheus-jersey:jar:1.2'
<dependency org="com.bluetrainsoftware" name="prometheus-jersey" rev="1.2">
<artifact name="prometheus-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluetrainsoftware', module='prometheus-jersey', version='1.2')
)
libraryDependencies += "com.bluetrainsoftware" % "prometheus-jersey" % "1.2"
[com.bluetrainsoftware/prometheus-jersey "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.prometheus : simpleclient_servlet | jar | 0.0.14 |
| org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.23 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |