MVN

com.github.feature-flip : flips

Maven & Gradle

Dec 10, 2018
56 stars

Feature Flips for Java · Flips is a Feature Toggle library for Java. Features can be flipped ON / OFF based on various conditions, or a combination of different conditions. Flips provide various annotations FlipOnDateTime, FlipOnProfiles etc. to flip ON / OFF a feature.

<dependency>
    <groupId>com.github.feature-flip</groupId>
    <artifactId>flips</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.feature-flip : flips to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.feature-flip : flips to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
flips-1.1
1.0.x
flips-1.0.1
1.0
flips-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.feature-flip</groupId>
    <artifactId>flips</artifactId>
    <version>1.1</version>
</dependency>

Advertisement