File | Operation |
---|---|
spring-data-parent-1.4.0.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.4.0.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data.build" % "spring-data-parent" % "1.4.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-parent', version='1.4.0.RELEASE')
)
<dependency org="org.springframework.data.build" name="spring-data-parent" rev="1.4.0.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-build</artifactId> <version>1.4.0.RELEASE</version> </parent>
compile
runtime
|-- org.slf4j:jcl-over-slf4j:1.7.7
test
|-- org.hamcrest:hamcrest-library:1.3
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.9.5