| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-data-rest-webmvc | 
| Version | Version3.3.9.RELEASE | 
| Type | Typejar | 
<!-- 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.3.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-webmvc/
implementation 'org.springframework.data:spring-data-rest-webmvc:3.3.9.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-webmvc/
implementation ("org.springframework.data:spring-data-rest-webmvc:3.3.9.RELEASE")'org.springframework.data:spring-data-rest-webmvc:jar:3.3.9.RELEASE'<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="3.3.9.RELEASE">
  <artifact name="spring-data-rest-webmvc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-webmvc', version='3.3.9.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-data-rest-webmvc" % "3.3.9.RELEASE"[org.springframework.data/spring-data-rest-webmvc "3.3.9.RELEASE"]