MVN

io.arrow-kt : arrow-endpoint-core

Maven & Gradle

Jun 07, 2022
24 stars

Arrow Endpoint Core · Endpoint Descriptions for Kotlin

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-endpoint-core</artifactId>
    <version>0.1.1-alpha.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.1-alpha.7
  • Latest Alpha: 0.1.1-alpha.7

All Versions

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

Version Vulnerabilities Updated
0.1.x
arrow-endpoint-core-0.1.1-alpha.7
arrow-endpoint-core-0.1.1-alpha.6

How to add a dependency to Maven

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

<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-endpoint-core</artifactId>
    <version>0.1.1-alpha.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.arrow-kt:arrow-endpoint-core:0.1.1-alpha.7'

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

implementation("io.arrow-kt:arrow-endpoint-core:0.1.1-alpha.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.arrow-kt" % "arrow-endpoint-core" % "0.1.1-alpha.7"

Advertisement