is not current version
Last Version 0.12.0

org.valiktor:valiktor-spring-boot-autoconfigure 0.4.0

Valiktor is a type-safe, powerful and extensible fluent DSL to validate objects written in Kotlin.

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

org.valiktor
ArtifactId

ArtifactId

valiktor-spring-boot-autoconfigure
Version

Version

0.4.0
Type

Type

jar

Download valiktor-spring-boot-autoconfigure 0.4.0


<!-- https://jarcasting.com/artifacts/org.valiktor/valiktor-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>org.valiktor</groupId>
    <artifactId>valiktor-spring-boot-autoconfigure</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.valiktor/valiktor-spring-boot-autoconfigure/
implementation 'org.valiktor:valiktor-spring-boot-autoconfigure:0.4.0'
// https://jarcasting.com/artifacts/org.valiktor/valiktor-spring-boot-autoconfigure/
implementation ("org.valiktor:valiktor-spring-boot-autoconfigure:0.4.0")
'org.valiktor:valiktor-spring-boot-autoconfigure:jar:0.4.0'
<dependency org="org.valiktor" name="valiktor-spring-boot-autoconfigure" rev="0.4.0">
  <artifact name="valiktor-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.valiktor', module='valiktor-spring-boot-autoconfigure', version='0.4.0')
)
libraryDependencies += "org.valiktor" % "valiktor-spring-boot-autoconfigure" % "0.4.0"
[org.valiktor/valiktor-spring-boot-autoconfigure "0.4.0"]