is not current version
Last Version 3.10.0

org.ehcache:ehcache-transactions 3.2.0

The transactions module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

ehcache-transactions
Version

Version

3.2.0
Type

Type

jar

Download ehcache-transactions 3.2.0


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