<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws-depednencies</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework.cloud', name: 'spring-cloud-aws-depednencies', version: '1.0.4.RELEASE'
implementation 'org.springframework.cloud:spring-cloud-aws-depednencies:1.0.4.RELEASE'
implementation("org.springframework.cloud:spring-cloud-aws-depednencies:1.0.4.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-aws-depednencies" % "1.0.4.RELEASE"
<dependency org="org.springframework.cloud" name="spring-cloud-aws-depednencies" rev="1.0.4.RELEASE"/>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-aws-depednencies', version='1.0.4.RELEASE')
)
[org.springframework.cloud/spring-cloud-aws-depednencies "1.0.4.RELEASE"]
'org.springframework.cloud:spring-cloud-aws-depednencies:jar:1.0.4.RELEASE'