How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qsy7.java.modules.queue.providers</groupId>
<artifactId>datastore</artifactId>
<version>providers</version>
</dependency>
Choose a version of io.github.qsy7.java.modules.queue.providers : datastore to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
datastore-0.1.0
|
||
providers |
datastore-providers
|
||
impl |
datastore-impl
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qsy7.java.modules.queue.providers</groupId>
<artifactId>datastore</artifactId>
<version>providers</version>
</dependency>
Advertisement