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