How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tmobile.opensource.casquatch</groupId>
<artifactId>casquatch-parent</artifactId>
<version>2.0-RELEASE</version>
</dependency>
Choose a version of com.tmobile.opensource.casquatch : casquatch-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
casquatch-parent-2.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tmobile.opensource.casquatch</groupId>
<artifactId>casquatch-parent</artifactId>
<version>2.0-RELEASE</version>
</dependency>
Advertisement