文件名 | 操作 |
---|---|
spring-data-rest-parent-3.2.4.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.2.4.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-rest-parent" % "3.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-parent', version='3.2.4.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-rest-parent" rev="3.2.4.RELEASE" />