f

firestarter-core

Core components for AxonFramework FireStarter
Files download
File Operation
firestarter-core-0.0.2.jar download
firestarter-core-0.0.2.pom download
firestarter-core-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework.firestarter</groupId>
  <artifactId>firestarter-core</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework.firestarter:firestarter-core:0.0.2'
Gradle Kotlin
implementation("org.axonframework.firestarter:firestarter-core:0.0.2")
Scala SBT
libraryDependencies += "org.axonframework.firestarter" % "firestarter-core" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework.firestarter', module='firestarter-core', version='0.0.2')
)
Apache Ivy
<dependency org="org.axonframework.firestarter" name="firestarter-core" rev="0.0.2" />
Leiningen
[org.axonframework.firestarter/firestarter-core "0.0.2"]
Apache Buildr
'org.axonframework.firestarter:firestarter-core:jar:0.0.2'