How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of org.opencb.datastore : datastore to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
datastore-0.5.0
|
||
0.4.x |
datastore-0.4.0
|
||
0.3.x |
datastore-0.3.3
|
||
datastore-0.3.2
|
|||
datastore-0.3.1
|
|||
datastore-0.3.0
|
|||
0.2.x |
datastore-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement