is not current version
Last Version 3.7.1

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

Spring Data REST - WebMVC

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-rest-webmvc
Version

Version

3.4.9
Type

Type

jar

Download spring-data-rest-webmvc 3.4.9


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