| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring Jooby User Interface Web Frameworks |
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-metrics |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmetrics module
A modular micro web framework for Java and Kotlin
|
| Filename | Size |
|---|---|
| jooby-metrics-1.6.9.pom | |
| jooby-metrics-1.6.9.jar | 20 KB |
| jooby-metrics-1.6.9-sources.jar | 40 KB |
| jooby-metrics-1.6.9-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-metrics/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-metrics</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-metrics/
implementation 'org.jooby:jooby-metrics:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-metrics/
implementation ("org.jooby:jooby-metrics:1.6.9")
'org.jooby:jooby-metrics:jar:1.6.9'
<dependency org="org.jooby" name="jooby-metrics" rev="1.6.9">
<artifact name="jooby-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-metrics', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-metrics" % "1.6.9"
[org.jooby/jooby-metrics "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| io.dropwizard.metrics : metrics-core | jar | 4.0.2 |
| io.dropwizard.metrics : metrics-healthchecks | jar | 4.0.2 |
| io.dropwizard.metrics : metrics-jvm | jar | 4.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| org.jooby : jooby-netty | jar | 1.6.9 |
| org.jooby : jooby-jackson | jar | 1.6.9 |
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.6 |
| org.powermock : powermock-api-easymock | jar | 1.7.4 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.jacoco : org.jacoco.agent | jar | 0.8.1 |