Last Version

Axon Address Book Sample - Application Core 0.5

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.

License

License

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework.samples
ArtifactId

ArtifactId

axon-addressbook-app
Version

Version

0.5
Type

Type

jar
Description

Description

Axon 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

http://www.axonframework.org/axon-addressbook-app
Source Code Management

Source Code Management

http://code.google.com/p/axonframework/source/browse/tags/axon-0.5/axon-addressbook-app

Download axon-addressbook-app 0.5


<!-- 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"]

Dependencies

compile (12)

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

test (3)

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

Project Modules

There are no modules declared in this project.