a

axonhub-spring-boot-autoconfigure

Files download
File Operation
axonhub-spring-boot-autoconfigure-1.0.1.jar download
axonhub-spring-boot-autoconfigure-1.0.1.pom download
axonhub-spring-boot-autoconfigure-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.axoniq</groupId>
  <artifactId>axonhub-spring-boot-autoconfigure</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.axoniq:axonhub-spring-boot-autoconfigure:1.0.1'
Gradle Kotlin
implementation("io.axoniq:axonhub-spring-boot-autoconfigure:1.0.1")
Scala SBT
libraryDependencies += "io.axoniq" % "axonhub-spring-boot-autoconfigure" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.axoniq', module='axonhub-spring-boot-autoconfigure', version='1.0.1')
)
Apache Ivy
<dependency org="io.axoniq" name="axonhub-spring-boot-autoconfigure" rev="1.0.1" />
Leiningen
[io.axoniq/axonhub-spring-boot-autoconfigure "1.0.1"]
Apache Buildr
'io.axoniq:axonhub-spring-boot-autoconfigure:jar:1.0.1'