Download ehcache-transactions-3.1.2.jar file - Jar e

Jar examples for e:ehcache-transactions

Description

The transactions module of Ehcache 3

You can download jar file ehcache-transactions 3.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ehcache-transactions-3.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

ehcache-transactions-3.1.2-javadoc.jar
ehcache-transactions-3.1.2-sources.jar
ehcache-transactions-3.1.2.jar
ehcache-transactions-3.1.2.pom



Related Tutorials