How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>kv-store</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
Choose a version of com.github.shoothzj : kv-store to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
kv-store-0.0.5.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>kv-store</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
Advertisement