MVN

io.github.orczykowski : spring-boot-feature-flags

Maven & Gradle

Jan 20, 2024
0 stars

spring-boot-feature-flags · Effortlessly manage and control application functionalities with our versatile library. Designed for consistent handling on both the backend and frontend, this tool allows you to easily enable or disable features, providing a seamless and technically efficient solution for optimizing user experiences.

<dependency>
    <groupId>io.github.orczykowski</groupId>
    <artifactId>spring-boot-feature-flags</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.orczykowski : spring-boot-feature-flags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.orczykowski : spring-boot-feature-flags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-feature-flags-1.0.0

How to add a dependency to Maven

Add the following io.github.orczykowski : spring-boot-feature-flags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.orczykowski</groupId>
    <artifactId>spring-boot-feature-flags</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.orczykowski : spring-boot-feature-flags gradle dependency to your build.gradle file:

implementation 'io.github.orczykowski:spring-boot-feature-flags:1.0.0'

Gradle Kotlin DSL: Add the following io.github.orczykowski : spring-boot-feature-flags gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.orczykowski:spring-boot-feature-flags:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.orczykowski : spring-boot-feature-flags sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.orczykowski" % "spring-boot-feature-flags" % "1.0.0"