How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gvnix</groupId>
<artifactId>org.gvnix.flex</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
Choose a version of org.gvnix : org.gvnix.flex to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
org.gvnix.flex-1.4.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gvnix</groupId>
<artifactId>org.gvnix.flex</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
Advertisement