How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-client-bom</artifactId>
<version>1.15.1</version>
</dependency>
Choose a version of org.apache.geode : geode-client-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.15.x |
geode-client-bom-1.15.1
|
||
geode-client-bom-1.15.0
|
|||
1.14.x |
geode-client-bom-1.14.4
|
||
geode-client-bom-1.14.3
|
|||
geode-client-bom-1.14.2
|
|||
geode-client-bom-1.14.1
|
|||
geode-client-bom-1.14.0
|
|||
1.13.x |
geode-client-bom-1.13.8
|
||
geode-client-bom-1.13.7
|
|||
geode-client-bom-1.13.6
|
|||
geode-client-bom-1.13.5
|
|||
geode-client-bom-1.13.4
|
|||
geode-client-bom-1.13.3
|
|||
geode-client-bom-1.13.2
|
|||
geode-client-bom-1.13.1
|
|||
geode-client-bom-1.13.0
|
|||
1.12.x |
geode-client-bom-1.12.9
|
||
geode-client-bom-1.12.8
|
|||
geode-client-bom-1.12.7
|
|||
geode-client-bom-1.12.6
|
|||
geode-client-bom-1.12.5
|
|||
geode-client-bom-1.12.4
|
|||
geode-client-bom-1.12.3
|
|||
geode-client-bom-1.12.2
|
|||
geode-client-bom-1.12.1
|
|||
geode-client-bom-1.12.0
|
|||
1.11.x |
geode-client-bom-1.11.0
|
||
1.10.x |
geode-client-bom-1.10.0
|
||
1.9.x |
geode-client-bom-1.9.2
|
||
geode-client-bom-1.9.1
|
|||
geode-client-bom-1.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-client-bom</artifactId>
<version>1.15.1</version>
</dependency>
Advertisement