| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.smallrye |
| ArtifactId | ArtifactIdsmallrye-metrics |
| Last Version | Last Version5.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmallRye: MicroProfile Metrics Implementation
SmallRye Parent POM
|
| Filename | Size |
|---|---|
| smallrye-metrics-5.0.0-RC1.pom | |
| smallrye-metrics-5.0.0-RC1.jar | 126 KB |
| smallrye-metrics-5.0.0-RC1-sources.jar | 88 KB |
| smallrye-metrics-5.0.0-RC1-javadoc.jar | 354 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-metrics/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics</artifactId>
<version>5.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-metrics/
implementation 'io.smallrye:smallrye-metrics:5.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-metrics/
implementation ("io.smallrye:smallrye-metrics:5.0.0-RC1")
'io.smallrye:smallrye-metrics:jar:5.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-metrics" rev="5.0.0-RC1">
<artifact name="smallrye-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-metrics', version='5.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-metrics" % "5.0.0-RC1"
[io.smallrye/smallrye-metrics "5.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.micrometer : micrometer-core | jar | 1.8.5 |
| org.jboss.logging : jboss-logging | jar | 3.4.2.Final |
| io.micrometer : micrometer-registry-prometheus Optional | jar | 1.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.metrics : microprofile-metrics-api | jar | 3.0 |
| org.eclipse.microprofile.config : microprofile-config-api | jar | 2.0 |
| jakarta.json : jakarta.json-api | jar | 1.1.6 |
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
| jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |
| org.jboss.logging : jboss-logging-annotations | jar | 2.2.1.Final |
| org.jboss.logging : jboss-logging-processor | jar | 2.2.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| io.smallrye : smallrye-config | jar | 1.5.0 |
| io.smallrye.config : smallrye-config | jar | 2.5.1 |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.glassfish : jakarta.json | jar | 1.1.6 |