How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-documentation</artifactId>
<version>2.14.0</version>
</dependency>
Choose a version of net.smartcosmos : smartcosmos-documentation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.14.x |
smartcosmos-documentation-2.14.0
|
||
2.13.x |
smartcosmos-documentation-2.13.1
|
||
smartcosmos-documentation-2.13.0
|
|||
2.12.x |
smartcosmos-documentation-2.12.1
|
||
smartcosmos-documentation-2.12.0
|
|||
2.11.x |
smartcosmos-documentation-2.11.1
|
||
2.10.x |
smartcosmos-documentation-2.10.16
|
||
smartcosmos-documentation-2.10.15
|
|||
smartcosmos-documentation-2.10.14
|
|||
smartcosmos-documentation-2.10.13
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-documentation</artifactId>
<version>2.14.0</version>
</dependency>
Advertisement