License |
License
Apache License 2.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dathoang.cqrs.commandbus |
ArtifactId | ArtifactIdcommandbus-basic-middleware |
Version | Version0.3.0 |
Type | Typepom |
Description |
DescriptionJava CQRS CommandBus
A lightweight & highly extensible CQRS Command Bus for implementing application layer or CQRS architectural pattern in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-basic-middleware/ -->
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>commandbus-basic-middleware</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-basic-middleware/
implementation 'net.dathoang.cqrs.commandbus:commandbus-basic-middleware:0.3.0'
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-basic-middleware/
implementation ("net.dathoang.cqrs.commandbus:commandbus-basic-middleware:0.3.0")
'net.dathoang.cqrs.commandbus:commandbus-basic-middleware:pom:0.3.0'
<dependency org="net.dathoang.cqrs.commandbus" name="commandbus-basic-middleware" rev="0.3.0">
<artifact name="commandbus-basic-middleware" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.dathoang.cqrs.commandbus', module='commandbus-basic-middleware', version='0.3.0')
)
libraryDependencies += "net.dathoang.cqrs.commandbus" % "commandbus-basic-middleware" % "0.3.0"
[net.dathoang.cqrs.commandbus/commandbus-basic-middleware "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
net.dathoang.cqrs.commandbus : commandbus-core | jar | 0.3.0 |
net.dathoang.cqrs.commandbus : commandbus-spec | jar | 0.3.0 |