How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>module-parent</artifactId>
<version>1.3.0-RELEASE</version>
</dependency>
Choose a version of net.savantly.sprout : module-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
module-parent-1.4.0-RC3
|
||
module-parent-1.4.0-RC2
|
|||
module-parent-1.4.0-RC1
|
|||
1.3.x |
module-parent-1.3.0-RELEASE
|
||
1.2.x |
module-parent-1.2.1-RELEASE
|
||
1.1.x |
module-parent-1.1.0-RELEASE
|
||
module-parent-1.1.0-RC2
|
|||
module-parent-1.1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>module-parent</artifactId>
<version>1.3.0-RELEASE</version>
</dependency>
Advertisement