m

metrics-core

Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
Files download
File Operation
metrics-core-3.1.2.jar download
metrics-core-3.1.2.pom download
metrics-core-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard.metrics</groupId>
  <artifactId>metrics-core</artifactId>
  <version>3.1.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.metrics:metrics-core:3.1.2'
Gradle Kotlin
implementation("io.dropwizard.metrics:metrics-core:3.1.2")
Scala SBT
libraryDependencies += "io.dropwizard.metrics" % "metrics-core" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.metrics', module='metrics-core', version='3.1.2')
)
Apache Ivy
<dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.1.2" />
Leiningen
[io.dropwizard.metrics/metrics-core "3.1.2"]
Apache Buildr
'io.dropwizard.metrics:metrics-core:jar:3.1.2'