File | Operation |
---|---|
spring-data-build-1.6.1.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.1.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data.build" % "spring-data-build" % "1.6.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-build', version='1.6.1.RELEASE')
)
<dependency org="org.springframework.data.build" name="spring-data-build" rev="1.6.1.RELEASE" />