<dependency>
<groupId>org.axonframework.firestarter</groupId>
<artifactId>firestarter-spring-starter</artifactId>
<version>0.0.2</version>
</dependency>
libraryDependencies += "org.axonframework.firestarter" % "firestarter-spring-starter" % "0.0.2"
@Grapes(
@Grab(group='org.axonframework.firestarter', module='firestarter-spring-starter', version='0.0.2')
)
<dependency org="org.axonframework.firestarter" name="firestarter-spring-starter" rev="0.0.2" />
<parent> <groupId>org.axonframework.firestarter</groupId> <artifactId>firestarter-parent</artifactId> <version>0.0.2</version> </parent>
compile
|-- org.axonframework.firestarter:firestarter-frontend
|-- org.axonframework:axon-spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter