File | Operation |
---|---|
spring-data-parent-2.1.8.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.8.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data.build" % "spring-data-parent" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-parent', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.data.build" name="spring-data-parent" rev="2.1.8.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-build</artifactId> <version>2.1.8.RELEASE</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.26
|-- org.projectlombok:lombok:1.18.6
test
|-- org.hamcrest:hamcrest-library:1.3
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.20.0
|-- org.assertj:assertj-core:3.11.1