How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.bioforscher.singa</groupId>
<artifactId>singa-all</artifactId>
<version>0.3.3</version>
</dependency>
Choose a version of de.bioforscher.singa : singa-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
singa-all-0.3.3
|
||
singa-all-0.3.2
|
|||
singa-all-0.3.1
|
|||
0.2.x |
singa-all-0.2.3
|
||
singa-all-0.2.2
|
|||
singa-all-0.2.1
|
|||
singa-all-0.2.0
|
|||
0.1.x |
singa-all-0.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.bioforscher.singa</groupId>
<artifactId>singa-all</artifactId>
<version>0.3.3</version>
</dependency>
Advertisement