MVN

com.mageddo.togglefirst : toggle-first-core

Maven & Gradle

Apr 20, 2019
1 usages
0 stars

toggle-first-core · Enable and disable your features in production on a button click

<dependency>
    <groupId>com.mageddo.togglefirst</groupId>
    <artifactId>toggle-first-core</artifactId>
    <version>1.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mageddo.togglefirst : toggle-first-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.9

All Versions

Choose a version of com.mageddo.togglefirst : toggle-first-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
toggle-first-core-1.4.9
toggle-first-core-1.4.8
toggle-first-core-1.4.7
toggle-first-core-1.4.6
toggle-first-core-1.4.5
toggle-first-core-1.4.4
toggle-first-core-1.4.3
toggle-first-core-1.4.1

How to add a dependency to Maven

Add the following com.mageddo.togglefirst : toggle-first-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mageddo.togglefirst</groupId>
    <artifactId>toggle-first-core</artifactId>
    <version>1.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mageddo.togglefirst : toggle-first-core gradle dependency to your build.gradle file:

implementation 'com.mageddo.togglefirst:toggle-first-core:1.4.9'

Gradle Kotlin DSL: Add the following com.mageddo.togglefirst : toggle-first-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mageddo.togglefirst:toggle-first-core:1.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mageddo.togglefirst : toggle-first-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mageddo.togglefirst" % "toggle-first-core" % "1.4.9"

Advertisement