How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-build</artifactId>
<version>3.1.2</version>
</dependency>
Choose a version of net.smartcosmos : smartcosmos-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
smartcosmos-build-3.1.2
|
||
smartcosmos-build-3.1.1
|
|||
smartcosmos-build-3.1.0
|
|||
3.0.x |
smartcosmos-build-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-build</artifactId>
<version>3.1.2</version>
</dependency>
Advertisement