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