s

spring-data-rest-hal-browser

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