Group Id org.springframework.data
Artifact Id spring-data-rest-webmvc
Version 2.6.17.RELEASE
Packaging jar
URL -
Badge
Last Updated 2018-11-27T02:02:10+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>2.6.17.RELEASE</version>
</dependency>
implementation group: 'org.springframework.data', name: 'spring-data-rest-webmvc', version: '2.6.17.RELEASE'
implementation 'org.springframework.data:spring-data-rest-webmvc:2.6.17.RELEASE'
implementation("org.springframework.data:spring-data-rest-webmvc:2.6.17.RELEASE")
libraryDependencies += "org.springframework.data" % "spring-data-rest-webmvc" % "2.6.17.RELEASE"
<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="2.6.17.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.data', module='spring-data-rest-webmvc', version='2.6.17.RELEASE')
)
[org.springframework.data/spring-data-rest-webmvc "2.6.17.RELEASE"]
'org.springframework.data:spring-data-rest-webmvc:2.6.17.RELEASE'