Download ehcache-core-2.10.1.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.10.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials