How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.utexas.tacc.tapis</groupId>
<artifactId>tapis-bom-jdm</artifactId>
<version>0.11.20</version>
</dependency>
Choose a version of edu.utexas.tacc.tapis : tapis-bom-jdm to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.11.x |
tapis-bom-jdm-0.11.20
|
||
tapis-bom-jdm-0.11.19
|
|||
tapis-bom-jdm-0.11.18
|
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.utexas.tacc.tapis</groupId>
<artifactId>tapis-bom-jdm</artifactId>
<version>0.11.20</version>
</dependency>
Advertisement