文件名 | 操作 |
---|---|
spring-data-parent-2.3.9.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.9.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data.build" % "spring-data-parent" % "2.3.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-parent', version='2.3.9.RELEASE')
)
<dependency org="org.springframework.data.build" name="spring-data-parent" rev="2.3.9.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-build</artifactId> <version>2.3.9.RELEASE</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.26
|-- org.projectlombok:lombok:1.18.12
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.vintage:junit-vintage-engine
|-- org.mockito:mockito-core:3.3.3
|-- org.mockito:mockito-junit-jupiter:3.3.3
|-- org.assertj:assertj-core:3.18.1