k

konfork-core-js

Declarative validators for Kotlin
https://github.com/konfork/konfork
MIT
Geert Mulders
Files download
File Operation
konfork-core-js-0.0.6.pom download
konfork-core-js-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.konfork</groupId>
  <artifactId>konfork-core-js</artifactId>
  <version>0.0.6</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.konfork:konfork-core-js:0.0.6'
Gradle Kotlin
implementation("io.github.konfork:konfork-core-js:0.0.6")
Scala SBT
libraryDependencies += "io.github.konfork" % "konfork-core-js" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.konfork', module='konfork-core-js', version='0.0.6')
)
Apache Ivy
<dependency org="io.github.konfork" name="konfork-core-js" rev="0.0.6" />
Leiningen
[io.github.konfork/konfork-core-js "0.0.6"]
Apache Buildr
'io.github.konfork:konfork-core-js:jar:0.0.6'