Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-transactions |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-transactions-3.0.1.pom | |
ehcache-transactions-3.0.1.jar | 96 KB |
ehcache-transactions-3.0.1-sources.jar | 55 KB |
ehcache-transactions-3.0.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-transactions/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-transactions</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-transactions/
implementation 'org.ehcache.modules:ehcache-transactions:3.0.1'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-transactions/
implementation ("org.ehcache.modules:ehcache-transactions:3.0.1")
'org.ehcache.modules:ehcache-transactions:jar:3.0.1'
<dependency org="org.ehcache.modules" name="ehcache-transactions" rev="3.0.1">
<artifact name="ehcache-transactions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-transactions', version='3.0.1')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-transactions" % "3.0.1"
[org.ehcache.modules/ehcache-transactions "3.0.1"]