e

either-androidnativex64

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