s

spring-boot-2x-archetype

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