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