License |
License |
---|---|
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-parent |
Last Version | Last Version1.8.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFeature Flipping 4 Java
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-parent-1.8.13.pom | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-parent/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-parent</artifactId>
<version>1.8.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-parent/
implementation 'org.ff4j:ff4j-parent:1.8.13'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-parent/
implementation ("org.ff4j:ff4j-parent:1.8.13")
'org.ff4j:ff4j-parent:pom:1.8.13'
<dependency org="org.ff4j" name="ff4j-parent" rev="1.8.13">
<artifact name="ff4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-parent', version='1.8.13')
)
libraryDependencies += "org.ff4j" % "ff4j-parent" % "1.8.13"
[org.ff4j/ff4j-parent "1.8.13"]