a

airframe-metrics_2.12

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