How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>bio.singa</groupId>
<artifactId>singa-all</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of bio.singa : singa-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
singa-all-0.7.0
|
||
0.6.x |
singa-all-0.6.0
|
||
0.5.x |
singa-all-0.5.0
|
||
0.4.x |
singa-all-0.4.2
|
||
singa-all-0.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>bio.singa</groupId>
<artifactId>singa-all</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement