f

ff4j-spring-boot-starter-parent

FF4J, stands for Feature Flipping for Java, helps you to implement 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.
https://ff4j.github.io/
Apache 2
FF4J
Paul WILLIAMS
Files download
File Operation
ff4j-spring-boot-starter-parent-2.1.pom download
Apache Maven
<dependency>
  <groupId>org.ff4j</groupId>
  <artifactId>ff4j-spring-boot-starter-parent</artifactId>
  <version>2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ff4j:ff4j-spring-boot-starter-parent:2.1'
Gradle Kotlin
implementation("org.ff4j:ff4j-spring-boot-starter-parent:2.1")
Scala SBT
libraryDependencies += "org.ff4j" % "ff4j-spring-boot-starter-parent" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ff4j', module='ff4j-spring-boot-starter-parent', version='2.1')
)
Apache Ivy
<dependency org="org.ff4j" name="ff4j-spring-boot-starter-parent" rev="2.1" />
Leiningen
[org.ff4j/ff4j-spring-boot-starter-parent "2.1"]
Apache Buildr
'org.ff4j:ff4j-spring-boot-starter-parent:jar:2.1'