Download ehcache-api-3.2.1.jar file - Jar e

Jar examples for e:ehcache-api

Description

The API module of Ehcache 3

You can download jar file ehcache-api 3.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ehcache-api-3.2.1.jar to your project.

<dependency>
   <groupId>org.ehcache.modules</groupId>
   <artifactId>ehcache-api</artifactId>
   <version>3.2.1</version>
</dependency>
compile group: 'org.ehcache.modules', name: 'ehcache-api', version: '3.2.1'
libraryDependencies += "org.ehcache.modules" % "ehcache-api" % "3.2.1"
<dependency org="org.ehcache.modules" name="ehcache-api" rev="3.2.1"/>
@Grapes(@Grab(group='org.ehcache.modules', module='ehcache-api', version='3.2.1'))
'org.ehcache.modules:ehcache-api:jar:3.2.1'

Download

Click the following link to download the jar file.

ehcache-api-3.2.1-javadoc.jar
ehcache-api-3.2.1-sources.jar
ehcache-api-3.2.1.jar
ehcache-api-3.2.1.pom



Related Tutorials