is not current version
Last Version 3.10.0

org.ehcache:ehcache-transactions 3.3.2

The transactions module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

ehcache-transactions
Version

Version

3.3.2
Type

Type

jar

Download ehcache-transactions 3.3.2


<!-- https://jarcasting.com/artifacts/org.ehcache/ehcache-transactions/ -->
<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>ehcache-transactions</artifactId>
    <version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache/ehcache-transactions/
implementation 'org.ehcache:ehcache-transactions:3.3.2'
// https://jarcasting.com/artifacts/org.ehcache/ehcache-transactions/
implementation ("org.ehcache:ehcache-transactions:3.3.2")
'org.ehcache:ehcache-transactions:jar:3.3.2'
<dependency org="org.ehcache" name="ehcache-transactions" rev="3.3.2">
  <artifact name="ehcache-transactions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache', module='ehcache-transactions', version='3.3.2')
)
libraryDependencies += "org.ehcache" % "ehcache-transactions" % "3.3.2"
[org.ehcache/ehcache-transactions "3.3.2"]