How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.eventuate.local.java</groupId>
<artifactId>eventuate-local-bom</artifactId>
<version>0.41.0.RELEASE</version>
</dependency>
Choose a version of io.eventuate.local.java : eventuate-local-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.41.x |
eventuate-local-bom-0.41.0.RELEASE
|
||
0.40.x |
eventuate-local-bom-0.40.0.RELEASE
|
||
0.39.x |
eventuate-local-bom-0.39.0.RELEASE
|
||
0.38.x |
eventuate-local-bom-0.38.0.RELEASE
|
||
0.37.x |
eventuate-local-bom-0.37.0.RELEASE
|
||
0.36.x |
eventuate-local-bom-0.36.0.RELEASE
|
||
0.35.x |
eventuate-local-bom-0.35.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.eventuate.local.java</groupId>
<artifactId>eventuate-local-bom</artifactId>
<version>0.41.0.RELEASE</version>
</dependency>
Advertisement