License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-store-ehcache |
Version | Version1.8.12 |
Type | Typejar |
Description |
Descriptionff4j-store-ehcache
FF4J, stands for Feature Flipping for Java, helps you implementing the 'feature toggle' agile development
practice.
Features (services/behaviour/treatments/screen parts) can be enabled and disabled at runtime but also limited to
an authorized
sub-set of users (e.g : beta-testers for beta feature). Once the feature is enabled and granted you can
implement your own strategy
to flip through custom FlippingStrategy.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ff4j-store-ehcache-1.8.12.pom | |
ff4j-store-ehcache-1.8.12.jar | 12 KB |
ff4j-store-ehcache-1.8.12-sources.jar | 11 KB |
ff4j-store-ehcache-1.8.12-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-store-ehcache</artifactId>
<version>1.8.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/
implementation 'org.ff4j:ff4j-store-ehcache:1.8.12'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-ehcache/
implementation ("org.ff4j:ff4j-store-ehcache:1.8.12")
'org.ff4j:ff4j-store-ehcache:jar:1.8.12'
<dependency org="org.ff4j" name="ff4j-store-ehcache" rev="1.8.12">
<artifact name="ff4j-store-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-store-ehcache', version='1.8.12')
)
libraryDependencies += "org.ff4j" % "ff4j-store-ehcache" % "1.8.12"
[org.ff4j/ff4j-store-ehcache "1.8.12"]
Group / Artifact | Type | Version |
---|---|---|
org.ff4j : ff4j-core | jar | 1.8.12 |
org.ff4j : ff4j-utils-json | jar | 1.8.12 |
net.sf.ehcache : ehcache | jar | 2.10.6 |
Group / Artifact | Type | Version |
---|---|---|
org.terracotta » terracotta-toolkit-runtime | jar | 4.3.1 |
org.terracotta.toolkit » terracotta-toolkit-api | jar | 2.7 |
org.terracotta.toolkit » terracotta-toolkit-api-internal | jar | 1.17 |
org.ff4j : ff4j-test | jar | 1.8.12 |
junit : junit | jar | 4.13.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.22 |
ch.qos.logback : logback-classic | jar | 1.2.0 |