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:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
final-annotation-1.2.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ifinal.finalframework.annotation</groupId>
<artifactId>final-annotation</artifactId>
<version>1.2.0-alpha</version>
</dependency>
Advertisement