How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cloud.timo.timocloud</groupId>
<artifactId>TimoCloud</artifactId>
<version>6.7.4</version>
</dependency>
Choose a version of cloud.timo.timocloud : TimoCloud to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.7.x |
TimoCloud-6.7.4
|
||
TimoCloud-6.7.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cloud.timo.timocloud</groupId>
<artifactId>TimoCloud</artifactId>
<version>6.7.4</version>
</dependency>
Advertisement