MVN

io.arrow-kt : arrow-typeclasses

Maven & Gradle

Mar 09, 2019
14 usages

Arrow Type Classes · Functional companion to Kotlin's Standard Library

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-typeclasses</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.arrow-kt : arrow-typeclasses to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of io.arrow-kt : arrow-typeclasses to add to Maven or Gradle - All Versions:

  • Version Updated
  • arrow-typeclasses-0.9.0

    Mar 09, 2019
  • arrow-typeclasses-0.8.2

    Dec 31, 2018
  • arrow-typeclasses-0.8.1

    Nov 11, 2018
  • arrow-typeclasses-0.8.0

    Nov 02, 2018
  • arrow-typeclasses-0.7.3

    Aug 19, 2018
  • arrow-typeclasses-0.7.2

    May 30, 2018
  • arrow-typeclasses-0.7.1

    Apr 10, 2018
  • arrow-typeclasses-0.7.0

    Apr 08, 2018
  • arrow-typeclasses-0.6.1

    Feb 01, 2018
  • arrow-typeclasses-0.6.0

    Jan 21, 2018
  • arrow-typeclasses-0.5.5

    Jan 13, 2018

How to add a dependency to Maven

Add the following io.arrow-kt : arrow-typeclasses maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-typeclasses</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.arrow-kt : arrow-typeclasses gradle dependency to your build.gradle file:

implementation 'io.arrow-kt:arrow-typeclasses:0.9.0'

Gradle Kotlin DSL: Add the following io.arrow-kt : arrow-typeclasses gradle kotlin dependency to your build.gradle.kts file:

implementation("io.arrow-kt:arrow-typeclasses:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.arrow-kt : arrow-typeclasses sbt scala dependency to your build.sbt file:

libraryDependencies += "io.arrow-kt" % "arrow-typeclasses" % "0.9.0"