is not current version
Last Version 0.2

com.github.kotlin-kold:kold-spring 0.1.3

Validation library for Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.kotlin-kold
ArtifactId

ArtifactId

kold-spring
Version

Version

0.1.3
Type

Type

pom

Download kold-spring 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/ -->
<dependency>
    <groupId>com.github.kotlin-kold</groupId>
    <artifactId>kold-spring</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation 'com.github.kotlin-kold:kold-spring:0.1.3'
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-spring/
implementation ("com.github.kotlin-kold:kold-spring:0.1.3")
'com.github.kotlin-kold:kold-spring:pom:0.1.3'
<dependency org="com.github.kotlin-kold" name="kold-spring" rev="0.1.3">
  <artifact name="kold-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kotlin-kold', module='kold-spring', version='0.1.3')
)
libraryDependencies += "com.github.kotlin-kold" % "kold-spring" % "0.1.3"
[com.github.kotlin-kold/kold-spring "0.1.3"]