How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iofairy</groupId>
<artifactId>rainforest-parent</artifactId>
<version>0.3.1</version>
</dependency>
Choose a version of com.iofairy : rainforest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
rainforest-parent-0.3.1
|
||
rainforest-parent-0.3.0
|
|||
0.2.x |
rainforest-parent-0.2.0
|
||
0.1.x |
rainforest-parent-0.1.0
|
||
0.0.x |
rainforest-parent-0.0.6
|
||
rainforest-parent-0.0.5
|
|||
rainforest-parent-0.0.4
|
|||
rainforest-parent-0.0.3
|
|||
rainforest-parent-0.0.2
|
|||
rainforest-parent-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iofairy</groupId>
<artifactId>rainforest-parent</artifactId>
<version>0.3.1</version>
</dependency>
Advertisement