e

either-linuxx64

Either and Option implementation in Kotlin Multiplatform
https://github.com/L-Briand/either
MIT
Lionel Briand
Files download
File Operation
either-linuxx64-1.2.1.pom download
either-linuxx64-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.orandja.kt</groupId>
  <artifactId>either-linuxx64</artifactId>
  <version>1.2.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'net.orandja.kt:either-linuxx64:1.2.1'
Gradle Kotlin
implementation("net.orandja.kt:either-linuxx64:1.2.1")
Scala SBT
libraryDependencies += "net.orandja.kt" % "either-linuxx64" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.orandja.kt', module='either-linuxx64', version='1.2.1')
)
Apache Ivy
<dependency org="net.orandja.kt" name="either-linuxx64" rev="1.2.1" />
Leiningen
[net.orandja.kt/either-linuxx64 "1.2.1"]
Apache Buildr
'net.orandja.kt:either-linuxx64:jar:1.2.1'