How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.contentgrid.thunx</groupId>
<artifactId>thunx-bom</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of com.contentgrid.thunx : thunx-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
thunx-bom-0.8.0
|
||
0.7.x |
thunx-bom-0.7.1
|
||
thunx-bom-0.7.0
|
|||
0.6.x |
thunx-bom-0.6.2
|
||
thunx-bom-0.6.1
|
|||
thunx-bom-0.6.0
|
|||
0.5.x |
thunx-bom-0.5.0
|
||
0.4.x |
thunx-bom-0.4.2
|
||
thunx-bom-0.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.contentgrid.thunx</groupId>
<artifactId>thunx-bom</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement