a

astra-spring-boot-autoconfigure

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