Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dathoang.cqrs.commandbus |
ArtifactId | ArtifactIdcommandbus-core |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
commandbus-core-0.2.0.pom | |
commandbus-core-0.2.0.jar | 2 KB |
commandbus-core-0.2.0-sources.jar | 9 KB |
commandbus-core-0.2.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/ -->
<dependency>
<groupId>net.dathoang.cqrs.commandbus</groupId>
<artifactId>commandbus-core</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/
implementation 'net.dathoang.cqrs.commandbus:commandbus-core:0.2.0'
// https://jarcasting.com/artifacts/net.dathoang.cqrs.commandbus/commandbus-core/
implementation ("net.dathoang.cqrs.commandbus:commandbus-core:0.2.0")
'net.dathoang.cqrs.commandbus:commandbus-core:pom:0.2.0'
<dependency org="net.dathoang.cqrs.commandbus" name="commandbus-core" rev="0.2.0">
<artifact name="commandbus-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.dathoang.cqrs.commandbus', module='commandbus-core', version='0.2.0')
)
libraryDependencies += "net.dathoang.cqrs.commandbus" % "commandbus-core" % "0.2.0"
[net.dathoang.cqrs.commandbus/commandbus-core "0.2.0"]