s

spring-data-rest-core

Spring Data REST - Core
Files download
File Operation
spring-data-rest-core-3.7.13.jar download
spring-data-rest-core-3.7.13.pom download
spring-data-rest-core-3.7.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-rest-core</artifactId>
  <version>3.7.13</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-rest-core:3.7.13'
Gradle Kotlin
implementation("org.springframework.data:spring-data-rest-core:3.7.13")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-rest-core" % "3.7.13"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-rest-core', version='3.7.13')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-rest-core" rev="3.7.13" />
Leiningen
[org.springframework.data/spring-data-rest-core "3.7.13"]
Apache Buildr
'org.springframework.data:spring-data-rest-core:jar:3.7.13'