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