<dependency>
<groupId>org.axonframework.samples</groupId>
<artifactId>axon-addressbook-flexui-war</artifactId>
<version>0.5</version>
<type>war</type>
</dependency>
libraryDependencies += "org.axonframework.samples" % "axon-addressbook-flexui-war" % "0.5"
@Grapes(
@Grab(group='org.axonframework.samples', module='axon-addressbook-flexui-war', version='0.5')
)
<dependency org="org.axonframework.samples" name="axon-addressbook-flexui-war" rev="0.5" />
<parent> <groupId>org.axonframework.samples</groupId> <artifactId>axon-addressbook-flexui</artifactId> <version>0.5</version> </parent>
compile
|-- org.axonframework.samples:axon-addressbook-app
|-- org.axonframework.samples:swf
|-- org.springframework.flex:spring-flex:1.0.2.RELEASE
|-- org.springframework:spring-webmvc:3.0.0.RELEASE