s

spring-data-rest-hal-explorer

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