Download tracing-api-1.1.0.jar file - Jar t

Jar examples for t:tracing-api

Description

A high performance caching library for Java 8+

You can download jar file tracing-api 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tracing-api-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.ben-manes.caffeine</groupId>
   <artifactId>tracing-api</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.ben-manes.caffeine', name: 'tracing-api', version: '1.1.0'
libraryDependencies += "com.github.ben-manes.caffeine" % "tracing-api" % "1.1.0"
<dependency org="com.github.ben-manes.caffeine" name="tracing-api" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.ben-manes.caffeine', module='tracing-api', version='1.1.0'))
'com.github.ben-manes.caffeine:tracing-api:jar:1.1.0'

Download

Click the following link to download the jar file.

tracing-api-1.1.0-javadoc.jar
tracing-api-1.1.0-sources.jar
tracing-api-1.1.0-tests.jar
tracing-api-1.1.0.jar
tracing-api-1.1.0.pom



Related Tutorials