文件下载
文件名 操作
firestarter-frontend-0.0.2.jar 下载
firestarter-frontend-0.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.axonframework.firestarter</groupId>
  <artifactId>firestarter-frontend</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework.firestarter:firestarter-frontend:0.0.2'
Gradle Kotlin
implementation("org.axonframework.firestarter:firestarter-frontend:0.0.2")
Scala SBT
libraryDependencies += "org.axonframework.firestarter" % "firestarter-frontend" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework.firestarter', module='firestarter-frontend', version='0.0.2')
)
Apache Ivy
<dependency org="org.axonframework.firestarter" name="firestarter-frontend" rev="0.0.2" />
Leiningen
[org.axonframework.firestarter/firestarter-frontend "0.0.2"]
Apache Buildr
'org.axonframework.firestarter:firestarter-frontend:jar:0.0.2'