| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdorg.ehcache.modules |
| ArtifactId | ArtifactIdehcache-transactions |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ehcache-transactions-3.0.2.pom | |
| ehcache-transactions-3.0.2.jar | 96 KB |
| ehcache-transactions-3.0.2-sources.jar | 55 KB |
| ehcache-transactions-3.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-transactions/
implementation 'org.ehcache.modules:ehcache-transactions:3.0.2'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-transactions/
implementation ("org.ehcache.modules:ehcache-transactions:3.0.2")
'org.ehcache.modules:ehcache-transactions:jar:3.0.2'
<dependency org="org.ehcache.modules" name="ehcache-transactions" rev="3.0.2">
<artifact name="ehcache-transactions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-transactions', version='3.0.2')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-transactions" % "3.0.2"
[org.ehcache.modules/ehcache-transactions "3.0.2"]