You can download hibernate-ehcache-4.2.1.final.jar in this page.
Open Source License
hibernate-ehcache-4.2.1.final.jar file has the following types.
META-INF/MANIFEST.MF org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory.class org.hibernate.cache.ehcache.EhCacheMessageLogger.class org.hibernate.cache.ehcache.EhCacheRegionFactory.class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory.class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler.class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory.class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheNaturalIdRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheQueryResultsRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheTimestampsRegion.class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion.class org.hibernate.cache.ehcache.internal.strategy.AbstractEhcacheAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory.class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl.class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy.class org.hibernate.cache.ehcache.internal.util.HibernateUtil.class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean.class org.hibernate.cache.ehcache.management.impl.BeanUtils.class org.hibernate.cache.ehcache.management.impl.CacheRegionStats.class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils.class org.hibernate.cache.ehcache.management.impl.CollectionStats.class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate.class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration.class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl.class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames.class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl.class org.hibernate.cache.ehcache.management.impl.EntityStats.class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl.class org.hibernate.cache.ehcache.management.impl.NullHibernateStats.class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper.class org.hibernate.cache.ehcache.management.impl.QueryStats.class
hibernate-ehcache-4.2.1.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>4.2.1.Final</version> <name>A Hibernate Core Module</name> <description>A module of the Hibernate Core project</description> <url>http://hibernate.org</url> <organization> <name>Hibernate.org</name> <url>http://hibernate.org</url> </organization> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> <distribution>repo</distribution> <comments>See discussion at http://hibernate.org/license for more details.</comments> </license> </licenses> <developers> <developer> <id>hibernate-team</id> <name>The Hibernate Development Team</name> <organization>org.apache.maven.model.Organization@1b2132a6</organization> <organizationUrl>http://hibernate.org</organizationUrl> </developer> </developers> <issueManagement> <system>jira</system> <url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url> </issueManagement> <scm> <connection>scm:git:http://github.com/hibernate/hibernate-core.git</connection> <developerConnection>scm:git:git@github.com:hibernate/hibernate-core.git</developerConnection> <url>http://github.com/hibernate/hibernate-core</url> </scm> <dependencies> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.1.0.GA</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>99.0-does-not-exist</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.6.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.6.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-install</artifactId> <version>2.1.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.1.Final</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman</artifactId> <version>2.1.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-bmunit</artifactId> <version>2.1.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-testing</artifactId> <version>4.2.1.Final</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-core</artifactId> <version>2.4.3</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.15.0-GA</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>99.0-does-not-exist</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.2.145</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>4.2.1.final</version> </dependency>
If you think the following hibernate-ehcache-4.2.1.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hibernate-ehcache-4.2.1.final.jar file