License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.smartup.localstack |
ArtifactId | ArtifactIdlocalstack-spring-boot-parent |
Version | Version1.1.1 |
Type | Typepom |
Description |
DescriptionSpring Boot Parent LocalStack
Parent maven module for easy dependency management
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
localstack-spring-boot-parent-1.1.1.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.1.1</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.1.1'
// https://jarcasting.com/artifacts/io.smartup.localstack/localstack-spring-boot-parent/
implementation ("io.smartup.localstack:localstack-spring-boot-parent:1.1.1")
'io.smartup.localstack:localstack-spring-boot-parent:pom:1.1.1'
<dependency org="io.smartup.localstack" name="localstack-spring-boot-parent" rev="1.1.1">
<artifact name="localstack-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smartup.localstack', module='localstack-spring-boot-parent', version='1.1.1')
)
libraryDependencies += "io.smartup.localstack" % "localstack-spring-boot-parent" % "1.1.1"
[io.smartup.localstack/localstack-spring-boot-parent "1.1.1"]