How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.ethz.inf.vs</groupId>
<artifactId>cf-root</artifactId>
<version>0.18.7-final</version>
</dependency>
Choose a version of ch.ethz.inf.vs : cf-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.18.x |
cf-root-0.18.7-final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.ethz.inf.vs</groupId>
<artifactId>cf-root</artifactId>
<version>0.18.7-final</version>
</dependency>
Advertisement