Last Version

Java CQRS CommandBus 0.3.0

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

License

License

Apache License 2.0
Categories

Categories

Net
GroupId

GroupId

net.dathoang.cqrs.commandbus
ArtifactId

ArtifactId

commandbus-core
Version

Version

0.3.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/dathoangse/java-cqrs-commandbus
Project Organization

Project Organization

net.dathoang
Source Code Management

Source Code Management

https://github.com/dathoangse/java-cqrs-commandbus

Download commandbus-core 0.3.0


<!-- https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/ -->
<dependency>
    <groupId>net.dathoang.cqrs.commandbus</groupId>
    <artifactId>commandbus-core</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/
implementation 'net.dathoang.cqrs.commandbus:commandbus-core:0.3.0'
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/
implementation ("net.dathoang.cqrs.commandbus:commandbus-core:0.3.0")
'net.dathoang.cqrs.commandbus:commandbus-core:pom:0.3.0'
<dependency org="net.dathoang.cqrs.commandbus" name="commandbus-core" rev="0.3.0">
  <artifact name="commandbus-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.dathoang.cqrs.commandbus', module='commandbus-core', version='0.3.0')
)
libraryDependencies += "net.dathoang.cqrs.commandbus" % "commandbus-core" % "0.3.0"
[net.dathoang.cqrs.commandbus/commandbus-core "0.3.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
net.dathoang.cqrs.commandbus : commandbus-spec jar 0.3.0
commons-logging : commons-logging jar 1.2
org.reflections : reflections jar 0.9.11

Project Modules

There are no modules declared in this project.