Group Id org.springframework.data
Artifact Id spring-data-rest-webmvc
Version 3.5.6
Packaging jar
URL -
Badge
Last Updated 2021-10-18T01:18:09+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-webmvc</artifactId>
    <version>3.5.6</version>
</dependency>
implementation group: 'org.springframework.data', name: 'spring-data-rest-webmvc', version: '3.5.6'
implementation 'org.springframework.data:spring-data-rest-webmvc:3.5.6'
implementation("org.springframework.data:spring-data-rest-webmvc:3.5.6")
libraryDependencies += "org.springframework.data" % "spring-data-rest-webmvc" % "3.5.6"
<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="3.5.6"/>
@Grapes(
    @Grab(group='org.springframework.data', module='spring-data-rest-webmvc', version='3.5.6')
)
[org.springframework.data/spring-data-rest-webmvc "3.5.6"]
'org.springframework.data:spring-data-rest-webmvc:3.5.6'