f

failure-linuxarm64

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