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