Download ehcache-core-2.6.11.jar file - Jar e

Jar examples for e:ehcache-core

Description

Internal ehcache-core module. This artifact is not meant to be used directly for jdk 1.5

You can download jar file ehcache-core 2.6.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ehcache-core-2.6.11.jar to your project.

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

Download

Click the following link to download the jar file.

ehcache-core-2.6.11-javadoc.jar
ehcache-core-2.6.11-sources.jar
ehcache-core-2.6.11-tests.jar
ehcache-core-2.6.11.jar
ehcache-core-2.6.11.pom



Related Tutorials