Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.lemiones |
ArtifactId | ArtifactIdspring-boot-starter-fluent-validator |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lemiones/spring-boot-starter-fluent-validator/ -->
<dependency>
<groupId>io.github.lemiones</groupId>
<artifactId>spring-boot-starter-fluent-validator</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lemiones/spring-boot-starter-fluent-validator/
implementation 'io.github.lemiones:spring-boot-starter-fluent-validator:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.github.lemiones/spring-boot-starter-fluent-validator/
implementation ("io.github.lemiones:spring-boot-starter-fluent-validator:1.0.2.RELEASE")
'io.github.lemiones:spring-boot-starter-fluent-validator:jar:1.0.2.RELEASE'
<dependency org="io.github.lemiones" name="spring-boot-starter-fluent-validator" rev="1.0.2.RELEASE">
<artifact name="spring-boot-starter-fluent-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lemiones', module='spring-boot-starter-fluent-validator', version='1.0.2.RELEASE')
)
libraryDependencies += "io.github.lemiones" % "spring-boot-starter-fluent-validator" % "1.0.2.RELEASE"
[io.github.lemiones/spring-boot-starter-fluent-validator "1.0.2.RELEASE"]