How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.quipy</groupId>
<artifactId>tiny-event-sourcing</artifactId>
<version>2.2.2</version>
</dependency>
Choose a version of ru.quipy : tiny-event-sourcing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
tiny-event-sourcing-2.2.2
|
||
tiny-event-sourcing-2.2.1
|
|||
2.1.x |
tiny-event-sourcing-2.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.quipy</groupId>
<artifactId>tiny-event-sourcing</artifactId>
<version>2.2.2</version>
</dependency>
Advertisement