License |
License
Apache License 2.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dathoang.cqrs.commandbus |
ArtifactId | ArtifactIdcore |
Version | Version0.1.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 |
Filename | Size |
---|---|
core-0.1.0.pom | |
core-0.1.0.jar | 1 KB |
core-0.1.0-sources.jar | 261 bytes |
core-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/core/ -->
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/core/
implementation 'net.dathoang.cqrs.commandbus:core:0.1.0'
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/core/
implementation ("net.dathoang.cqrs.commandbus:core:0.1.0")
'net.dathoang.cqrs.commandbus:core:pom:0.1.0'
<dependency org="net.dathoang.cqrs.commandbus" name="core" rev="0.1.0">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.dathoang.cqrs.commandbus', module='core', version='0.1.0')
)
libraryDependencies += "net.dathoang.cqrs.commandbus" % "core" % "0.1.0"
[net.dathoang.cqrs.commandbus/core "0.1.0"]