e

either-iossimulatorarm64

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