How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ifinal.finalframework.annotation</groupId>
<artifactId>final-annotation</artifactId>
<version>1.2.0-alpha</version>
</dependency>
Choose a version of org.ifinal.finalframework.annotation : final-annotation to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ifinal.finalframework.annotation</groupId>
<artifactId>final-annotation</artifactId>
<version>1.2.0-alpha</version>
</dependency>