s

spring-data-rest-hal-browser

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