| Categories | CategoriesAWS Container PaaS Providers | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-aws | 
| Version | Version1.2.4.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| spring-cloud-aws-1.2.4.RELEASE.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-aws</artifactId>
    <version>1.2.4.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/
implementation 'org.springframework.cloud:spring-cloud-aws:1.2.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-aws/
implementation ("org.springframework.cloud:spring-cloud-aws:1.2.4.RELEASE")'org.springframework.cloud:spring-cloud-aws:pom:1.2.4.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-aws" rev="1.2.4.RELEASE">
  <artifact name="spring-cloud-aws" type="pom" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-aws', version='1.2.4.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-aws" % "1.2.4.RELEASE"[org.springframework.cloud/spring-cloud-aws "1.2.4.RELEASE"]