MVN

org.atnos : eff-cats-monix_2.11

Maven & Gradle

Nov 16, 2016
562 stars

monix · monix

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-monix_2.11</artifactId>
    <version>2.0-preview-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atnos : eff-cats-monix_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.5-20160806001439-4b0ce09
  • Latest Release Candidate: 2.0.0-RC27

All Versions

Choose a version of org.atnos : eff-cats-monix_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
eff-cats-monix_2.11-2.0.0-RC27
eff-cats-monix_2.11-2.0.0-RC27-20161116140935-4d7fa7a
eff-cats-monix_2.11-2.0.0-RC26
eff-cats-monix_2.11-2.0.0-RC25
eff-cats-monix_2.11-2.0.0-RC24
eff-cats-monix_2.11-2.0.0-RC23
eff-cats-monix_2.11-2.0.0-RC22
eff-cats-monix_2.11-2.0.0-RC21
eff-cats-monix_2.11-2.0.0-RC20
eff-cats-monix_2.11-2.0.0-RC19
eff-cats-monix_2.11-2.0.0-RC19-20161101104422-0b414c3
eff-cats-monix_2.11-2.0.0-RC18
eff-cats-monix_2.11-2.0.0-RC17
eff-cats-monix_2.11-2.0.0-RC16
eff-cats-monix_2.11-2.0.0-RC15
eff-cats-monix_2.11-2.0.0-RC14
eff-cats-monix_2.11-2.0.0-RC13
eff-cats-monix_2.11-2.0.0-RC12
eff-cats-monix_2.11-2.0.0-RC11
eff-cats-monix_2.11-2.0.0-RC10
eff-cats-monix_2.11-2.0.0-RC9-20160926155635-9567aa9
eff-cats-monix_2.11-2.0.0-RC9
eff-cats-monix_2.11-2.0.0-RC8
eff-cats-monix_2.11-2.0.0-RC7-20160912142717-c806d04
eff-cats-monix_2.11-2.0.0-RC7
eff-cats-monix_2.11-2.0.0-RC6-20160830053824-faf342f
eff-cats-monix_2.11-2.0.0-RC6
eff-cats-monix_2.11-2.0.0-RC5
eff-cats-monix_2.11-2.0.0-RC4-20160819170555-9a00ab0
eff-cats-monix_2.11-2.0.0-RC4
eff-cats-monix_2.11-2.0.0-RC3
eff-cats-monix_2.11-2.0.0-RC2-20160814085121-d925e69
eff-cats-monix_2.11-2.0.0-RC2
eff-cats-monix_2.11-2.0.0-RC1-20160808192515-a9df5d9
eff-cats-monix_2.11-2.0.0-RC1
2.0
eff-cats-monix_2.11-2.0-RC1
eff-cats-monix_2.11-2.0-preview-2
eff-cats-monix_2.11-2.0-preview-1
1.7.x
eff-cats-monix_2.11-1.7.5-20160806001439-4b0ce09
eff-cats-monix_2.11-1.7.5-20160805102925-27820f9
eff-cats-monix_2.11-1.7.5-20160727071657-1d0bbf3
eff-cats-monix_2.11-1.7.5-20160725084407-a71a39c
eff-cats-monix_2.11-1.7.5-20160725070126-7a4cb88
eff-cats-monix_2.11-1.7.5-20160722124042-749efa8
eff-cats-monix_2.11-1.7.5-20160720094813-ce33e04
eff-cats-monix_2.11-1.7.5
eff-cats-monix_2.11-1.7.5-20160712114044-6a87b8b
eff-cats-monix_2.11-1.7.5-20160712095342-cd253bb
eff-cats-monix_2.11-1.7.5-20160712071211-648aa5a
eff-cats-monix_2.11-1.7.5-20160705082555-a90c432
eff-cats-monix_2.11-1.7.5-20160711210232-a90c432
eff-cats-monix_2.11-1.7.5-20160704073141-81b2ca5
eff-cats-monix_2.11-1.7.4
eff-cats-monix_2.11-1.7.3
eff-cats-monix_2.11-1.7.2
eff-cats-monix_2.11-1.7.1

How to add a dependency to Maven

Add the following org.atnos : eff-cats-monix_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-monix_2.11</artifactId>
    <version>2.0-preview-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atnos : eff-cats-monix_2.11 gradle dependency to your build.gradle file:

implementation 'org.atnos:eff-cats-monix_2.11:2.0-preview-2'

Gradle Kotlin DSL: Add the following org.atnos : eff-cats-monix_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atnos:eff-cats-monix_2.11:2.0-preview-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atnos : eff-cats-monix_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atnos" % "eff-cats-monix_2.11" % "2.0-preview-2"