文件名 | 操作 |
---|---|
spring-cloud-aws-1.2.1.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-aws</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-aws', version='1.2.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-aws" rev="1.2.1.RELEASE" />