License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.axonframework.samples |
ArtifactId | ArtifactIdaxon-addressbook-app |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAxon Address Book Sample - Application Core
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 |
Filename | Size |
---|---|
axon-addressbook-app-0.5.pom | |
axon-addressbook-app-0.5.jar | 27 KB |
axon-addressbook-app-0.5-sources.jar | 26 KB |
axon-addressbook-app-0.5-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-app/ -->
<dependency>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-app</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-app/
implementation 'org.axonframework.samples:axon-addressbook-app:0.5'
// https://jarcasting.com/artifacts/org.axonframework.samples/axon-addressbook-app/
implementation ("org.axonframework.samples:axon-addressbook-app:0.5")
'org.axonframework.samples:axon-addressbook-app:jar:0.5'
<dependency org="org.axonframework.samples" name="axon-addressbook-app" rev="0.5">
<artifact name="axon-addressbook-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework.samples', module='axon-addressbook-app', version='0.5')
)
libraryDependencies += "org.axonframework.samples" % "axon-addressbook-app" % "0.5"
[org.axonframework.samples/axon-addressbook-app "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.axonframework : axon-core | jar | 0.5 |
org.hsqldb : hsqldb | jar | 1.8.0.10 |
mysql : mysql-connector-java | jar | 5.1.10 |
org.springframework : spring-orm | jar | 3.0.2.RELEASE |
org.springframework : spring-jdbc | jar | 3.0.2.RELEASE |
org.hibernate : hibernate-entitymanager | jar | 3.4.0.GA |
c3p0 : c3p0 | jar | 0.9.1 |
com.thoughtworks.xstream : xstream | jar | 1.3.1 |
org.slf4j : jcl-over-slf4j | jar | 1.5.8 |
org.slf4j : jul-to-slf4j | jar | 1.5.8 |
org.slf4j : slf4j-log4j12 | jar | 1.5.8 |
log4j : log4j | jar | 1.2.15 |
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 |