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