MVN

com.oath.cyclops : cyclops-vavr-integration

Maven & Gradle

Mar 19, 2018
1.2k stars

cyclops-vavr · Cyclops integration for Vavr

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-vavr-integration</artifactId>
    <version>10.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oath.cyclops : cyclops-vavr-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.0-M7

All Versions

Choose a version of com.oath.cyclops : cyclops-vavr-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
cyclops-vavr-integration-10.0.0-M7
cyclops-vavr-integration-10.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-vavr-integration</artifactId>
    <version>10.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oath.cyclops : cyclops-vavr-integration gradle dependency to your build.gradle file:

implementation 'com.oath.cyclops:cyclops-vavr-integration:10.0.0-M7'

Gradle Kotlin DSL: Add the following com.oath.cyclops : cyclops-vavr-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oath.cyclops:cyclops-vavr-integration:10.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oath.cyclops : cyclops-vavr-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oath.cyclops" % "cyclops-vavr-integration" % "10.0.0-M7"