License |
License |
---|---|
GroupId | GroupIdcom.github.onskola |
ArtifactId | ArtifactIdvalidations |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvalidations
Springboot library for validations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
validations-0.0.4.pom | |
validations-0.0.4.jar | 20 MB |
validations-0.0.4-sources.jar | 7 KB |
validations-0.0.4-javadoc.jar | 177 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |