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