License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.axonframework.samples |
ArtifactId | ArtifactIdaxon-addressbook-consoleui |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAxon Address Book Sample - Console ui
The Axon framework supports developers with the plumbing and wiring required to build a CQRS architecture, by
providing (abstract) implementations of common CQRS building blocks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-consoleui/ -->
<dependency>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-consoleui</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-consoleui/
implementation 'org.axonframework.samples:axon-addressbook-consoleui:0.5'
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-consoleui/
implementation ("org.axonframework.samples:axon-addressbook-consoleui:0.5")
'org.axonframework.samples:axon-addressbook-consoleui:jar:0.5'
<dependency org="org.axonframework.samples" name="axon-addressbook-consoleui" rev="0.5">
<artifact name="axon-addressbook-consoleui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework.samples', module='axon-addressbook-consoleui', version='0.5')
)
libraryDependencies += "org.axonframework.samples" % "axon-addressbook-consoleui" % "0.5"
[org.axonframework.samples/axon-addressbook-consoleui "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.axonframework.samples : axon-addressbook-app | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.0.2.RELEASE |
junit : junit | jar | 4.7 |
org.mockito : mockito-all | jar | 1.8.0 |