MVN

net.dathoang.cqrs.commandbus : commandbus-basic-middleware

Maven & Gradle

Sep 09, 2019
3 usages
22 stars

Java CQRS CommandBus · A lightweight & highly extensible CQRS Command Bus for implementing application layer or CQRS architectural pattern in Java

<dependency>
    <groupId>net.dathoang.cqrs.commandbus</groupId>
    <artifactId>commandbus-basic-middleware</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dathoang.cqrs.commandbus : commandbus-basic-middleware to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of net.dathoang.cqrs.commandbus : commandbus-basic-middleware to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
commandbus-basic-middleware-0.3.0
0.2.x
commandbus-basic-middleware-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.dathoang.cqrs.commandbus</groupId>
    <artifactId>commandbus-basic-middleware</artifactId>
    <version>0.3.0</version>
</dependency>

Advertisement