is not current version
Last Version 3.10.0

org.ehcache:ehcache-transactions 3.9.8

The transactions module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

ehcache-transactions
Version

Version

3.9.8
Type

Type

jar

Download ehcache-transactions 3.9.8


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