MVN

com.github.japgolly.microlibs : scalaz-ext_2.12

Maven & Gradle

May 10, 2021
26 stars

scalazExt · scalazExt

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>scalaz-ext_2.12</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.japgolly.microlibs : scalaz-ext_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5
  • Latest Release Candidate: 2.6-RC6

All Versions

Choose a version of com.github.japgolly.microlibs : scalaz-ext_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
scalaz-ext_2.12-2.6-RC6
scalaz-ext_2.12-2.6-RC5
scalaz-ext_2.12-2.6-RC4
scalaz-ext_2.12-2.6-RC3
scalaz-ext_2.12-2.6-RC2
scalaz-ext_2.12-2.6-RC1
2.5
scalaz-ext_2.12-2.5
2.4
scalaz-ext_2.12-2.4
2.3
scalaz-ext_2.12-2.3
2.2
scalaz-ext_2.12-2.2
2.1
scalaz-ext_2.12-2.1
2.0
scalaz-ext_2.12-2.0
scalaz-ext_2.12-2.0-RC1
1.22
scalaz-ext_2.12-1.22
1.21
scalaz-ext_2.12-1.21
1.20
scalaz-ext_2.12-1.20
1.19
scalaz-ext_2.12-1.19
1.18
scalaz-ext_2.12-1.18
1.17
scalaz-ext_2.12-1.17
1.16
scalaz-ext_2.12-1.16
1.15
scalaz-ext_2.12-1.15
1.14
scalaz-ext_2.12-1.14
1.13
scalaz-ext_2.12-1.13
1.12
scalaz-ext_2.12-1.12
1.11
scalaz-ext_2.12-1.11
1.10
scalaz-ext_2.12-1.10
1.9
scalaz-ext_2.12-1.9
1.8
scalaz-ext_2.12-1.8
1.7
scalaz-ext_2.12-1.7
1.6
scalaz-ext_2.12-1.6
1.5
scalaz-ext_2.12-1.5
1.4
scalaz-ext_2.12-1.4
1.3
scalaz-ext_2.12-1.3
1.2
scalaz-ext_2.12-1.2
1.1
scalaz-ext_2.12-1.1
1.0
scalaz-ext_2.12-1.0

How to add a dependency to Maven

Add the following com.github.japgolly.microlibs : scalaz-ext_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>scalaz-ext_2.12</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.japgolly.microlibs : scalaz-ext_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.japgolly.microlibs:scalaz-ext_2.12:2.5'

Gradle Kotlin DSL: Add the following com.github.japgolly.microlibs : scalaz-ext_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.japgolly.microlibs:scalaz-ext_2.12:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.japgolly.microlibs : scalaz-ext_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.japgolly.microlibs" % "scalaz-ext_2.12" % "2.5"