Categories |
CategoriesSpring Boot Container Microservices AWS PaaS Providers |
---|---|
GroupId | GroupIdcom.luamas |
ArtifactId | ArtifactIdaws-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.luamas/aws-spring-boot-starter/ -->
<dependency>
<groupId>com.luamas</groupId>
<artifactId>aws-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.luamas/aws-spring-boot-starter/
implementation 'com.luamas:aws-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/com.luamas/aws-spring-boot-starter/
implementation ("com.luamas:aws-spring-boot-starter:0.0.1")
'com.luamas:aws-spring-boot-starter:jar:0.0.1'
<dependency org="com.luamas" name="aws-spring-boot-starter" rev="0.0.1">
<artifact name="aws-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luamas', module='aws-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "com.luamas" % "aws-spring-boot-starter" % "0.0.1"
[com.luamas/aws-spring-boot-starter "0.0.1"]