Categories |
CategoriesSpring Boot Container Microservices Data Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.datastax.astra |
ArtifactId | ArtifactIdastra-spring-boot-autoconfigure |
Version | Version0.1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.datastax.astra/astra-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-spring-boot-autoconfigure</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.datastax.astra/astra-spring-boot-autoconfigure/
implementation 'com.datastax.astra:astra-spring-boot-autoconfigure:0.1.14'
// https://jarcasting.com/artifacts/com.datastax.astra/astra-spring-boot-autoconfigure/
implementation ("com.datastax.astra:astra-spring-boot-autoconfigure:0.1.14")
'com.datastax.astra:astra-spring-boot-autoconfigure:jar:0.1.14'
<dependency org="com.datastax.astra" name="astra-spring-boot-autoconfigure" rev="0.1.14">
<artifact name="astra-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datastax.astra', module='astra-spring-boot-autoconfigure', version='0.1.14')
)
libraryDependencies += "com.datastax.astra" % "astra-spring-boot-autoconfigure" % "0.1.14"
[com.datastax.astra/astra-spring-boot-autoconfigure "0.1.14"]