Files download
File Operation
tracing-async-1.2.0.jar download
tracing-async-1.2.0.pom download
tracing-async-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ben-manes.caffeine</groupId>
  <artifactId>tracing-async</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ben-manes.caffeine:tracing-async:1.2.0'
Gradle Kotlin
implementation("com.github.ben-manes.caffeine:tracing-async:1.2.0")
Scala SBT
libraryDependencies += "com.github.ben-manes.caffeine" % "tracing-async" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ben-manes.caffeine', module='tracing-async', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.ben-manes.caffeine" name="tracing-async" rev="1.2.0" />
Leiningen
[com.github.ben-manes.caffeine/tracing-async "1.2.0"]
Apache Buildr
'com.github.ben-manes.caffeine:tracing-async:jar:1.2.0'