MVN

com.aol.cyclops : cyclops-enable-switch

Maven & Gradle

Jun 12, 2015
1.2k stars

cyclops-pattern-matching · Enabled / Disabled monad (extends javaslang.control.Either)

<dependency>
    <groupId>com.aol.cyclops</groupId>
    <artifactId>cyclops-enable-switch</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aol.cyclops : cyclops-enable-switch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.aol.cyclops : cyclops-enable-switch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cyclops-enable-switch-4.0.3
cyclops-enable-switch-4.0.2

How to add a dependency to Maven

Add the following com.aol.cyclops : cyclops-enable-switch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aol.cyclops</groupId>
    <artifactId>cyclops-enable-switch</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aol.cyclops : cyclops-enable-switch gradle dependency to your build.gradle file:

implementation 'com.aol.cyclops:cyclops-enable-switch:4.0.3'

Gradle Kotlin DSL: Add the following com.aol.cyclops : cyclops-enable-switch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aol.cyclops:cyclops-enable-switch:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aol.cyclops : cyclops-enable-switch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aol.cyclops" % "cyclops-enable-switch" % "4.0.3"