MVN

eu.aronnax.smartconstraints : smartconstraints-parent

Maven & Gradle

Apr 24, 2023
4 stars

SmartConstraints · SmartConstraints helps you work with annotated validation constraints (`javax.validation:validation-api`) in multi layered application (as in Clean Architecture). See `smartconstraints-annotationprocessor` for further explanation.

<dependency>
    <groupId>eu.aronnax.smartconstraints</groupId>
    <artifactId>smartconstraints-parent</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.aronnax.smartconstraints : smartconstraints-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of eu.aronnax.smartconstraints : smartconstraints-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
smartconstraints-parent-0.5.1
0.4.x
smartconstraints-parent-0.4.0
0.3.x
smartconstraints-parent-0.3.0
0.2.x
smartconstraints-parent-0.2.0
0.1.x
smartconstraints-parent-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>eu.aronnax.smartconstraints</groupId>
    <artifactId>smartconstraints-parent</artifactId>
    <version>0.5.1</version>
</dependency>