How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>cli</artifactId>
<version>0.19.0</version>
</dependency>
Choose a version of io.telicent.smart-caches : cli to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.19.x |
cli-0.19.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>cli</artifactId>
<version>0.19.0</version>
</dependency>
Advertisement