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