Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.smartup.localstack |
ArtifactId | ArtifactIdlocalstack-spring-boot-autoconfigure |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smartup.localstack/localstack-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.smartup.localstack</groupId>
<artifactId>localstack-spring-boot-autoconfigure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smartup.localstack/localstack-spring-boot-autoconfigure/
implementation 'io.smartup.localstack:localstack-spring-boot-autoconfigure:1.1.0'
// https://jarcasting.com/artifacts/io.smartup.localstack/localstack-spring-boot-autoconfigure/
implementation ("io.smartup.localstack:localstack-spring-boot-autoconfigure:1.1.0")
'io.smartup.localstack:localstack-spring-boot-autoconfigure:jar:1.1.0'
<dependency org="io.smartup.localstack" name="localstack-spring-boot-autoconfigure" rev="1.1.0">
<artifact name="localstack-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smartup.localstack', module='localstack-spring-boot-autoconfigure', version='1.1.0')
)
libraryDependencies += "io.smartup.localstack" % "localstack-spring-boot-autoconfigure" % "1.1.0"
[io.smartup.localstack/localstack-spring-boot-autoconfigure "1.1.0"]