s

spring-data-rest-webmvc

Spring Data REST - WebMVC
文件下载
文件名 操作
spring-data-rest-webmvc-4.1.5.jar 下载
spring-data-rest-webmvc-4.1.5.pom 下载
spring-data-rest-webmvc-4.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-rest-webmvc</artifactId>
  <version>4.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-rest-webmvc:4.1.5'
Gradle Kotlin
implementation("org.springframework.data:spring-data-rest-webmvc:4.1.5")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-rest-webmvc" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-rest-webmvc', version='4.1.5')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="4.1.5" />
Leiningen
[org.springframework.data/spring-data-rest-webmvc "4.1.5"]
Apache Buildr
'org.springframework.data:spring-data-rest-webmvc:jar:4.1.5'