How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.gitlab.spring-cattle</groupId>
<artifactId>cattle-build</artifactId>
<version>1.0.0-M5</version>
</dependency>
Choose a version of io.gitlab.spring-cattle : cattle-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
cattle-build-1.0.0-M5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.gitlab.spring-cattle</groupId>
<artifactId>cattle-build</artifactId>
<version>1.0.0-M5</version>
</dependency>
Advertisement