How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>whirlwind-parent</artifactId>
<version>1.0.0.M2</version>
</dependency>
Choose a version of org.fuzzydb : whirlwind-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
whirlwind-parent-1.0.0.M2
|
||
whirlwind-parent-1.0.0.M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>whirlwind-parent</artifactId>
<version>1.0.0.M2</version>
</dependency>
Advertisement