How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitlab.summer-cattle</groupId>
<artifactId>cattle-commons-web</artifactId>
<version>0.0.6</version>
</dependency>
Choose a version of com.gitlab.summer-cattle : cattle-commons-web to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
cattle-commons-web-0.0.6
|
||
cattle-commons-web-0.0.5
|
|||
cattle-commons-web-0.0.4
|
|||
cattle-commons-web-0.0.3
|
|||
cattle-commons-web-0.0.2
|
|||
cattle-commons-web-0.0.1.SP4
|
|||
cattle-commons-web-0.0.1.SP3
|
|||
cattle-commons-web-0.0.1.SP2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitlab.summer-cattle</groupId>
<artifactId>cattle-commons-web</artifactId>
<version>0.0.6</version>
</dependency>
Advertisement