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