How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>commandbus-spec</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of net.dathoang.cqrs.commandbus : commandbus-spec to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
commandbus-spec-0.3.0
|
||
0.2.x |
commandbus-spec-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>commandbus-spec</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement