Download caffeine-2.3.3.jar file - Jar c

Jar examples for c:caffeine

Description

Speed up your Android development - A collection of utility classes that help make Android development faster and safer

You can download jar file caffeine 2.3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add caffeine-2.3.3.jar to your project.

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

Download

Click the following link to download the jar file.

caffeine-2.3.3-javadoc.jar
caffeine-2.3.3-sources.jar
caffeine-2.3.3-tests.jar
caffeine-2.3.3.jar
caffeine-2.3.3.pom



Related Tutorials