Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-store-ehcache |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
ff4j-store-ehcache-1.6.1.pom | |
ff4j-store-ehcache-1.6.1.jar | 12 KB |
ff4j-store-ehcache-1.6.1-sources.jar | 10 KB |
ff4j-store-ehcache-1.6.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-store-ehcache</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/
implementation 'org.ff4j:ff4j-store-ehcache:1.6.1'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/
implementation ("org.ff4j:ff4j-store-ehcache:1.6.1")
'org.ff4j:ff4j-store-ehcache:jar:1.6.1'
<dependency org="org.ff4j" name="ff4j-store-ehcache" rev="1.6.1">
<artifact name="ff4j-store-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-store-ehcache', version='1.6.1')
)
libraryDependencies += "org.ff4j" % "ff4j-store-ehcache" % "1.6.1"
[org.ff4j/ff4j-store-ehcache "1.6.1"]