f

firestarter-parent

Axon Framework components that fires up your applications. Literally.
Mitchell Herrijgers
Files download
File Operation
firestarter-parent-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.axonframework.firestarter</groupId>
  <artifactId>firestarter-parent</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.axonframework.firestarter:firestarter-parent:0.0.1'
Gradle Kotlin
implementation("org.axonframework.firestarter:firestarter-parent:0.0.1")
Scala SBT
libraryDependencies += "org.axonframework.firestarter" % "firestarter-parent" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework.firestarter', module='firestarter-parent', version='0.0.1')
)
Apache Ivy
<dependency org="org.axonframework.firestarter" name="firestarter-parent" rev="0.0.1" />
Leiningen
[org.axonframework.firestarter/firestarter-parent "0.0.1"]
Apache Buildr
'org.axonframework.firestarter:firestarter-parent:jar:0.0.1'