| License |
License |
|---|---|
| Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdnet.nikore.gozer |
| ArtifactId | ArtifactIdmetrics |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAPI Gateway and reverse proxy
|
| Filename | Size |
|---|---|
| metrics-1.0.0.pom | |
| metrics-1.0.0.jar | 5 KB |
| metrics-1.0.0-sources.jar | 3 KB |
| metrics-1.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.nikore.gozer/metrics/ -->
<dependency>
<groupId>net.nikore.gozer</groupId>
<artifactId>metrics</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.nikore.gozer/metrics/
implementation 'net.nikore.gozer:metrics:1.0.0'
// https://jarcasting.com/artifacts/net.nikore.gozer/metrics/
implementation ("net.nikore.gozer:metrics:1.0.0")
'net.nikore.gozer:metrics:jar:1.0.0'
<dependency org="net.nikore.gozer" name="metrics" rev="1.0.0">
<artifact name="metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nikore.gozer', module='metrics', version='1.0.0')
)
libraryDependencies += "net.nikore.gozer" % "metrics" % "1.0.0"
[net.nikore.gozer/metrics "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.nikore.gozer : core | jar | 1.0.0 |
| io.dropwizard.metrics : metrics-core | jar | 3.1.2 |