validations

Springboot library for validations

License

License

GroupId

GroupId

com.github.onskola
ArtifactId

ArtifactId

validations
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

validations
Springboot library for validations
Project URL

Project URL

https://github.com/ipankajmishra/Springboot-Validations
Source Code Management

Source Code Management

https://github.com/ipankajmishra/Springboot-Validations

Download validations

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 2.6.1
org.springframework.boot : spring-boot-starter-web jar 2.6.1
org.projectlombok : lombok Optional jar 1.18.22
org.springframework.boot : spring-boot-starter-validation jar 2.5.6

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.6.1

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1