| License |
License
Apache License 2.0
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.dathoang.cqrs.commandbus |
| ArtifactId | ArtifactIdcommandbus-spring-full |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| 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 |
| Filename | Size |
|---|---|
| commandbus-spring-full-0.3.0.pom | |
| commandbus-spring-full-0.3.0.jar | 2 KB |
| commandbus-spring-full-0.3.0-sources.jar | 261 bytes |
| commandbus-spring-full-0.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-spring-full/ -->
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>commandbus-spring-full</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-spring-full/
implementation 'net.dathoang.cqrs.commandbus:commandbus-spring-full:0.3.0'
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-spring-full/
implementation ("net.dathoang.cqrs.commandbus:commandbus-spring-full:0.3.0")
'net.dathoang.cqrs.commandbus:commandbus-spring-full:pom:0.3.0'
<dependency org="net.dathoang.cqrs.commandbus" name="commandbus-spring-full" rev="0.3.0">
<artifact name="commandbus-spring-full" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.dathoang.cqrs.commandbus', module='commandbus-spring-full', version='0.3.0')
)
libraryDependencies += "net.dathoang.cqrs.commandbus" % "commandbus-spring-full" % "0.3.0"
[net.dathoang.cqrs.commandbus/commandbus-spring-full "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.dathoang.cqrs.commandbus : commandbus-spec | jar | 0.3.0 |
| net.dathoang.cqrs.commandbus : commandbus-core | jar | 0.3.0 |
| net.dathoang.cqrs.commandbus : commandbus-basic-middleware | jar | 0.3.0 |
| net.dathoang.cqrs.commandbus : commandbus-spring | jar | 0.3.0 |