MVN

com.marcoeckstein : autoannotator

Maven & Gradle

Mar 23, 2021
0 stars

AutoAnnotator · A metaprogramming tool for automatically annotating types with validation constraints, JPA annotations and arbitrary other annotations.

<dependency>
    <groupId>com.marcoeckstein</groupId>
    <artifactId>autoannotator</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marcoeckstein : autoannotator to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.marcoeckstein : autoannotator to add to Maven - All Versions:

  • Version Updated
  • autoannotator-0.0.3

    Mar 22, 2021
  • autoannotator-0.0.2

    Mar 07, 2021
  • autoannotator-0.0.1

    Dec 03, 2019

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.marcoeckstein</groupId>
    <artifactId>autoannotator</artifactId>
    <version>0.0.3</version>
</dependency>