How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.8.0</version>
</dependency>
Choose a version of org.apache.james : event-sourcing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.8.x |
event-sourcing-3.8.0
|
||
3.7.x |
event-sourcing-3.7.4
|
||
event-sourcing-3.7.3
|
|||
event-sourcing-3.7.2
|
|||
event-sourcing-3.7.1
|
|||
event-sourcing-3.7.0
|
|||
3.6.x |
event-sourcing-3.6.2
|
||
event-sourcing-3.6.0
|
|||
3.5.x |
event-sourcing-3.5.0
|
||
3.4.x |
event-sourcing-3.4.0
|
||
3.3.x |
event-sourcing-3.3.0
|
||
3.2.x |
event-sourcing-3.2.0
|
||
3.1.x |
event-sourcing-3.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.8.0</version>
</dependency>
Advertisement