| License |
License |
|---|---|
| Categories |
CategoriesAWS Container PaaS Providers |
| GroupId | GroupIdorg.springframework.cloud |
| ArtifactId | ArtifactIdspring-cloud-aws |
| Version | Version2.2.6.RELEASE |
| Type | Typepom |
| Description |
DescriptionSpring Cloud AWS
Spring Cloud AWS
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-cloud-aws-2.2.6.RELEASE.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>2.2.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/
implementation 'org.springframework.cloud:spring-cloud-aws:2.2.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/
implementation ("org.springframework.cloud:spring-cloud-aws:2.2.6.RELEASE")
'org.springframework.cloud:spring-cloud-aws:pom:2.2.6.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-aws" rev="2.2.6.RELEASE">
<artifact name="spring-cloud-aws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-aws', version='2.2.6.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-aws" % "2.2.6.RELEASE"
[org.springframework.cloud/spring-cloud-aws "2.2.6.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |