MVN

com.pep1 : pep1-commons-feature-toggles

Maven & Gradle

Aug 07, 2018

Pep1 :: Commons Feature Toggles · Provides several options to use simple spring property based feature toggles

<dependency>
    <groupId>com.pep1</groupId>
    <artifactId>pep1-commons-feature-toggles</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pep1 : pep1-commons-feature-toggles to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.pep1 : pep1-commons-feature-toggles to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
pep1-commons-feature-toggles-2.1
2.0
pep1-commons-feature-toggles-2.0
0.8
pep1-commons-feature-toggles-0.8

How to add a dependency to Maven

Add the following com.pep1 : pep1-commons-feature-toggles maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pep1</groupId>
    <artifactId>pep1-commons-feature-toggles</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pep1 : pep1-commons-feature-toggles gradle dependency to your build.gradle file:

implementation 'com.pep1:pep1-commons-feature-toggles:2.1'

Gradle Kotlin DSL: Add the following com.pep1 : pep1-commons-feature-toggles gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pep1:pep1-commons-feature-toggles:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pep1 : pep1-commons-feature-toggles sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pep1" % "pep1-commons-feature-toggles" % "2.1"

Advertisement