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