hv-constraints

An additional constraints for JSR-380

License

License

GroupId

GroupId

com.github.nstdio
ArtifactId

ArtifactId

hv-constraints
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

hv-constraints
An additional constraints for JSR-380
Project URL

Project URL

https://github.com/nstdio/hv-constraints
Source Code Management

Source Code Management

https://github.com/nstdio/hv-constraints/tree/master

Download hv-constraints

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 2.0.1.Final

provided (2)

Group / Artifact Type Version
org.hibernate.validator : hibernate-validator jar 6.0.11.Final
org.projectlombok : lombok jar 1.18.2

test (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.4.0-M1
org.junit.jupiter : junit-jupiter-params jar 5.4.0-M1
org.glassfish : javax.el jar 3.0.1-b09
org.assertj : assertj-core jar 3.10.0
com.google.guava : guava jar 25.1-jre
org.hibernate : hibernate-validator-test-utils jar 5.4.2.Final
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.

Build Status Maven Central

Bean Validation 2.0 (JSR-380) Constraints

What is this?

This is a validation constraint collection that does not coupled to any particular implementation. Collection includes the convenient constraints e.g for Enums.

Versions

Version
1.0.0