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