f

firestarter-parent

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