a

airframe-metrics_2.12

Basit metric representations, including duration, size, time window, etc.
https://wvlet.org/airframe
Apache-2.0
org.wvlet.airframe
Taro L. Saito
文件下载
文件名 操作
airframe-metrics_2.12-22.12.3.jar 下载
airframe-metrics_2.12-22.12.3.pom 下载
airframe-metrics_2.12-22.12.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wvlet.airframe</groupId>
  <artifactId>airframe-metrics_2.12</artifactId>
  <version>22.12.3</version>
</dependency>
Gradle Groovy
implementation 'org.wvlet.airframe:airframe-metrics_2.12:22.12.3'
Gradle Kotlin
implementation("org.wvlet.airframe:airframe-metrics_2.12:22.12.3")
Scala SBT
libraryDependencies += "org.wvlet.airframe" % "airframe-metrics_2.12" % "22.12.3"
Groovy Grape
@Grapes(
  @Grab(group='org.wvlet.airframe', module='airframe-metrics_2.12', version='22.12.3')
)
Apache Ivy
<dependency org="org.wvlet.airframe" name="airframe-metrics_2.12" rev="22.12.3" />
Leiningen
[org.wvlet.airframe/airframe-metrics_2.12 "22.12.3"]
Apache Buildr
'org.wvlet.airframe:airframe-metrics_2.12:jar:22.12.3'