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