is not current version
Last Version 3.7.1

org.springframework.data:spring-data-rest-webmvc 3.5.6

Spring Data REST - WebMVC

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-rest-webmvc
Version

Version

3.5.6
Type

Type

jar

Download spring-data-rest-webmvc 3.5.6


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-webmvc/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-webmvc</artifactId>
    <version>3.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-webmvc/
implementation 'org.springframework.data:spring-data-rest-webmvc:3.5.6'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-webmvc/
implementation ("org.springframework.data:spring-data-rest-webmvc:3.5.6")
'org.springframework.data:spring-data-rest-webmvc:jar:3.5.6'
<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="3.5.6">
  <artifact name="spring-data-rest-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-webmvc', version='3.5.6')
)
libraryDependencies += "org.springframework.data" % "spring-data-rest-webmvc" % "3.5.6"
[org.springframework.data/spring-data-rest-webmvc "3.5.6"]