How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.simplericity</groupId>
<artifactId>simplericity</artifactId>
<version>1.5</version>
</dependency>
Choose a version of org.simplericity : simplericity to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5 |
simplericity-1.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.simplericity</groupId>
<artifactId>simplericity</artifactId>
<version>1.5</version>
</dependency>
Advertisement