MVN

io.arrow-kt : arrow-meta-prelude-watchosx64

Maven & Gradle

May 26, 2022
10 stars

Arrow Meta Prelude · Arrow Proofs

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-meta-prelude-watchosx64</artifactId>
    <version>2.0.0-alpha.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-alpha.6
  • Latest Alpha: 2.0.0-alpha.6

All Versions

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

Version Vulnerabilities Updated
2.0.x
arrow-meta-prelude-watchosx64-2.0.0-alpha.6
arrow-meta-prelude-watchosx64-2.0.0-alpha.5
arrow-meta-prelude-watchosx64-2.0.0-alpha.4
arrow-meta-prelude-watchosx64-2.0.0-alpha.3
arrow-meta-prelude-watchosx64-2.0.0-alpha.2
arrow-meta-prelude-watchosx64-2.0.0-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-meta-prelude-watchosx64</artifactId>
    <version>2.0.0-alpha.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.arrow-kt:arrow-meta-prelude-watchosx64:2.0.0-alpha.6'

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

implementation("io.arrow-kt:arrow-meta-prelude-watchosx64:2.0.0-alpha.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.arrow-kt" % "arrow-meta-prelude-watchosx64" % "2.0.0-alpha.6"

Advertisement