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.
文件下载
文件名 操作
metrics-core-5.0.0-rc15.jar 下载
metrics-core-5.0.0-rc15.pom 下载
metrics-core-5.0.0-rc15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard.metrics5</groupId>
  <artifactId>metrics-core</artifactId>
  <version>5.0.0-rc15</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.metrics5:metrics-core:5.0.0-rc15'
Gradle Kotlin
implementation("io.dropwizard.metrics5:metrics-core:5.0.0-rc15")
Scala SBT
libraryDependencies += "io.dropwizard.metrics5" % "metrics-core" % "5.0.0-rc15"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.metrics5', module='metrics-core', version='5.0.0-rc15')
)
Apache Ivy
<dependency org="io.dropwizard.metrics5" name="metrics-core" rev="5.0.0-rc15" />
Leiningen
[io.dropwizard.metrics5/metrics-core "5.0.0-rc15"]
Apache Buildr
'io.dropwizard.metrics5:metrics-core:jar:5.0.0-rc15'