| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools CLI User Interface Prometheus Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.avides.spring |
| ArtifactId | ArtifactIdspringboot-prometheus-client |
| Last Version | Last Version0.6.0-RC2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspringboot-prometheus-client
Prometheus-Endpoint for SpringBoot
|
<!-- https://jarcasting.com/artifacts/com.avides.spring/springboot-prometheus-client/ -->
<dependency>
<groupId>com.avides.spring</groupId>
<artifactId>springboot-prometheus-client</artifactId>
<version>0.6.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.spring/springboot-prometheus-client/
implementation 'com.avides.spring:springboot-prometheus-client:0.6.0-RC2'
// https://jarcasting.com/artifacts/com.avides.spring/springboot-prometheus-client/
implementation ("com.avides.spring:springboot-prometheus-client:0.6.0-RC2")
'com.avides.spring:springboot-prometheus-client:jar:0.6.0-RC2'
<dependency org="com.avides.spring" name="springboot-prometheus-client" rev="0.6.0-RC2">
<artifact name="springboot-prometheus-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.spring', module='springboot-prometheus-client', version='0.6.0-RC2')
)
libraryDependencies += "com.avides.spring" % "springboot-prometheus-client" % "0.6.0-RC2"
[com.avides.spring/springboot-prometheus-client "0.6.0-RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-actuator | jar | 1.5.9.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 4.3.12.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.5.1 |
| org.powermock : powermock-module-junit4 | jar | 1.7.3 |
| org.powermock : powermock-api-easymock | jar | 1.7.3 |
| org.jacoco : org.jacoco.agent | jar | 0.8.0 |
| org.assertj : assertj-core | jar | 3.9.0 |