How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.cnr.si</groupId>
<artifactId>test-cicd</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of it.cnr.si : test-cicd to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
test-cicd-1.0.1
|
||
test-cicd-1.0.0
|
|||
0.0.x |
test-cicd-0.0.42
|
||
test-cicd-0.0.41
|
|||
test-cicd-0.0.17
|
|||
test-cicd-0.0.14
|
|||
test-cicd-0.0.13
|
|||
test-cicd-0.0.12
|
|||
test-cicd-0.0.11
|
|||
test-cicd-0.0.10
|
|||
test-cicd-0.0.9
|
|||
test-cicd-0.0.8
|
|||
test-cicd-0.0.7
|
|||
test-cicd-0.0.6
|
|||
test-cicd-0.0.5
|
|||
test-cicd-0.0.4
|
|||
test-cicd-0.0.3
|
|||
test-cicd-0.0.2
|
|||
test-cicd-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.cnr.si</groupId>
<artifactId>test-cicd</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement