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