How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.finmatics.et</groupId>
<artifactId>et-parent-pom</artifactId>
<version>0.2.0</version>
</dependency>
Choose a version of com.finmatics.et : et-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
et-parent-pom-0.2.0
|
||
0.1.x |
et-parent-pom-0.1.1
|
||
et-parent-pom-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.finmatics.et</groupId>
<artifactId>et-parent-pom</artifactId>
<version>0.2.0</version>
</dependency>
Advertisement