How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.eventuate.local.java</groupId>
<artifactId>eventuate-local-quarkus-bom</artifactId>
<version>0.8.0.RELEASE</version>
</dependency>
Choose a version of io.eventuate.local.java : eventuate-local-quarkus-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
eventuate-local-quarkus-bom-0.8.0.RELEASE
|
||
0.7.x |
eventuate-local-quarkus-bom-0.7.0.RELEASE
|
||
0.6.x |
eventuate-local-quarkus-bom-0.6.1.RELEASE
|
||
eventuate-local-quarkus-bom-0.6.0.RELEASE
|
|||
0.5.x |
eventuate-local-quarkus-bom-0.5.0.RELEASE
|
||
0.4.x |
eventuate-local-quarkus-bom-0.4.0.RELEASE
|
||
0.3.x |
eventuate-local-quarkus-bom-0.3.0.RELEASE
|
||
0.2.x |
eventuate-local-quarkus-bom-0.2.0.RELEASE
|
||
0.1.x |
eventuate-local-quarkus-bom-0.1.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.eventuate.local.java</groupId>
<artifactId>eventuate-local-quarkus-bom</artifactId>
<version>0.8.0.RELEASE</version>
</dependency>
Advertisement