| License |
License
The MIT License (MIT)
|
|---|---|
| GroupId | GroupIdcom.github.ldeitos |
| ArtifactId | ArtifactIdextendedValidation-core |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExtended Validation Core
Extension for BeanValidation API Core. Content interfaces, qualifiers and constraints definitions.
|
| Filename | Size |
|---|---|
| extendedValidation-core-2.0.pom | |
| extendedValidation-core-2.0.jar | 34 KB |
| extendedValidation-core-2.0-sources.jar | 23 KB |
| extendedValidation-core-2.0-javadoc.jar | 273 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-core/ -->
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-core/
implementation 'com.github.ldeitos:extendedValidation-core:2.0'
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-core/
implementation ("com.github.ldeitos:extendedValidation-core:2.0")
'com.github.ldeitos:extendedValidation-core:jar:2.0'
<dependency org="com.github.ldeitos" name="extendedValidation-core" rev="2.0">
<artifact name="extendedValidation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='extendedValidation-core', version='2.0')
)
libraryDependencies += "com.github.ldeitos" % "extendedValidation-core" % "2.0"
[com.github.ldeitos/extendedValidation-core "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 2.0.1.Final |
| javax.enterprise : cdi-api | jar | 2.0.SP1 |