e

either-linuxarm64

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