s

spring-data-rest-webmvc

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