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:
POM as dependency in dependencyManagement
<dependency>
<groupId>bio.singa</groupId>
<artifactId>singa-all</artifactId>
<version>0.7.0</version>
</dependency>