How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gw2tb.gw2api</groupId>
<artifactId>api-client-bom</artifactId>
<version>0.4.0</version>
</dependency>
Choose a version of com.gw2tb.gw2api : api-client-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
api-client-bom-0.4.0
|
||
0.3.x |
api-client-bom-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gw2tb.gw2api</groupId>
<artifactId>api-client-bom</artifactId>
<version>0.4.0</version>
</dependency>
Advertisement