k

konform-iosx64

Konform: Portable validations for Kotlin
https://github.com/konform-kt/konform
MIT
Niklas Lochschmidt David Hoepelman
文件下载
文件名 操作
konform-iosx64-0.9.2.pom 下载
konform-iosx64-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.konform</groupId>
  <artifactId>konform-iosx64</artifactId>
  <version>0.9.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.konform:konform-iosx64:0.9.2'
Gradle Kotlin
implementation("io.konform:konform-iosx64:0.9.2")
Scala SBT
libraryDependencies += "io.konform" % "konform-iosx64" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='io.konform', module='konform-iosx64', version='0.9.2')
)
Apache Ivy
<dependency org="io.konform" name="konform-iosx64" rev="0.9.2" />
Leiningen
[io.konform/konform-iosx64 "0.9.2"]
Apache Buildr
'io.konform:konform-iosx64:jar:0.9.2'