MVN

io.axoniq : axonhub-spring-boot-autoconfigure

Maven & Gradle

Apr 09, 2019
3 stars
<dependency>
    <groupId>io.axoniq</groupId>
    <artifactId>axonhub-spring-boot-autoconfigure</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.axoniq : axonhub-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Release Candidate: 1.0-RC1
  • Latest Beta: 1.0-beta6

All Versions

Choose a version of io.axoniq : axonhub-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
axonhub-spring-boot-autoconfigure-1.1.5
axonhub-spring-boot-autoconfigure-1.1.4
axonhub-spring-boot-autoconfigure-1.1.3
axonhub-spring-boot-autoconfigure-1.1.2
axonhub-spring-boot-autoconfigure-1.1.1
1.1
axonhub-spring-boot-autoconfigure-1.1
1.0.x
axonhub-spring-boot-autoconfigure-1.0.3
axonhub-spring-boot-autoconfigure-1.0.2
axonhub-spring-boot-autoconfigure-1.0.1
1.0
axonhub-spring-boot-autoconfigure-1.0
axonhub-spring-boot-autoconfigure-1.0-RC1
axonhub-spring-boot-autoconfigure-1.0-beta6
axonhub-spring-boot-autoconfigure-1.0-beta5
axonhub-spring-boot-autoconfigure-1.0-beta3
axonhub-spring-boot-autoconfigure-1.0-beta2
axonhub-spring-boot-autoconfigure-1.0-beta1

How to add a dependency to Maven

Add the following io.axoniq : axonhub-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.axoniq</groupId>
    <artifactId>axonhub-spring-boot-autoconfigure</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.axoniq : axonhub-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'io.axoniq:axonhub-spring-boot-autoconfigure:1.1.5'

Gradle Kotlin DSL: Add the following io.axoniq : axonhub-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("io.axoniq:axonhub-spring-boot-autoconfigure:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.axoniq : axonhub-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "io.axoniq" % "axonhub-spring-boot-autoconfigure" % "1.1.5"

Advertisement