| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdorg.seedstack.addons.metrics |
| ArtifactId | ArtifactIdmetrics |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClean Java development
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| metrics-1.1.0.pom | |
| metrics-1.1.0.jar | 34 KB |
| metrics-1.1.0-sources.jar | 20 KB |
| metrics-1.1.0-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.metrics/metrics/ -->
<dependency>
<groupId>org.seedstack.addons.metrics</groupId>
<artifactId>metrics</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.metrics/metrics/
implementation 'org.seedstack.addons.metrics:metrics:1.1.0'
// https://jarcasting.com/artifacts/org.seedstack.addons.metrics/metrics/
implementation ("org.seedstack.addons.metrics:metrics:1.1.0")
'org.seedstack.addons.metrics:metrics:jar:1.1.0'
<dependency org="org.seedstack.addons.metrics" name="metrics" rev="1.1.0">
<artifact name="metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.metrics', module='metrics', version='1.1.0')
)
libraryDependencies += "org.seedstack.addons.metrics" % "metrics" % "1.1.0"
[org.seedstack.addons.metrics/metrics "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seedstack.seed : seed-core | jar | 3.9.0 |
| io.dropwizard.metrics : metrics-core | jar | 4.1.0 |
| io.dropwizard.metrics : metrics-annotation | jar | 4.1.0 |
| io.dropwizard.metrics : metrics-healthchecks | jar | 4.1.0 |
| org.seedstack.seed : seed-web-specs | jar | 3.9.0 |
| io.dropwizard.metrics : metrics-servlets | jar | 4.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.seedstack.seed : seed-testing-junit4 | jar | 3.9.0 |
| org.assertj : assertj-core | jar | 3.12.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |