License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.helidon.metrics |
ArtifactId | ArtifactIdhelidon-metrics |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Metrics
Metrics APIs and implementation necessary for Java SE using Helidon Web Server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-metrics-3.0.0-M2.pom | |
helidon-metrics-3.0.0-M2.jar | 89 KB |
helidon-metrics-3.0.0-M2-sources.jar | 47 KB |
helidon-metrics-3.0.0-M2-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.metrics/helidon-metrics/ -->
<dependency>
<groupId>io.helidon.metrics</groupId>
<artifactId>helidon-metrics</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.metrics/helidon-metrics/
implementation 'io.helidon.metrics:helidon-metrics:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.metrics/helidon-metrics/
implementation ("io.helidon.metrics:helidon-metrics:3.0.0-M2")
'io.helidon.metrics:helidon-metrics:jar:3.0.0-M2'
<dependency org="io.helidon.metrics" name="helidon-metrics" rev="3.0.0-M2">
<artifact name="helidon-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.metrics', module='helidon-metrics', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.metrics" % "helidon-metrics" % "3.0.0-M2"
[io.helidon.metrics/helidon-metrics "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.webclient : helidon-webclient | jar | 3.0.0-M2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |