s

spring-data-rest-webmvc

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