MVN

org.springframework.data : spring-data-rest-hal-explorer

Maven & Gradle

Aug 18, 2023
26 usages
86 stars

Spring Data REST - HAL Explorer

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-hal-explorer</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.data : spring-data-rest-hal-explorer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of org.springframework.data : spring-data-rest-hal-explorer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
spring-data-rest-hal-explorer-4.1.3
spring-data-rest-hal-explorer-4.1.2
spring-data-rest-hal-explorer-4.1.1
spring-data-rest-hal-explorer-4.1.0
4.0.x
spring-data-rest-hal-explorer-4.0.9
spring-data-rest-hal-explorer-4.0.8
spring-data-rest-hal-explorer-4.0.7
spring-data-rest-hal-explorer-4.0.6
spring-data-rest-hal-explorer-4.0.5
spring-data-rest-hal-explorer-4.0.4
spring-data-rest-hal-explorer-4.0.3
spring-data-rest-hal-explorer-4.0.2
spring-data-rest-hal-explorer-4.0.1
spring-data-rest-hal-explorer-4.0.0
3.7.x
spring-data-rest-hal-explorer-3.7.15
spring-data-rest-hal-explorer-3.7.14
spring-data-rest-hal-explorer-3.7.13
spring-data-rest-hal-explorer-3.7.12
spring-data-rest-hal-explorer-3.7.11
spring-data-rest-hal-explorer-3.7.10
spring-data-rest-hal-explorer-3.7.9
spring-data-rest-hal-explorer-3.7.8
spring-data-rest-hal-explorer-3.7.7
spring-data-rest-hal-explorer-3.7.6
spring-data-rest-hal-explorer-3.7.5
spring-data-rest-hal-explorer-3.7.4
spring-data-rest-hal-explorer-3.7.3
spring-data-rest-hal-explorer-3.7.2
spring-data-rest-hal-explorer-3.7.1
spring-data-rest-hal-explorer-3.7.0
3.6.x
spring-data-rest-hal-explorer-3.6.10
spring-data-rest-hal-explorer-3.6.9
spring-data-rest-hal-explorer-3.6.8
spring-data-rest-hal-explorer-3.6.7
spring-data-rest-hal-explorer-3.6.6
spring-data-rest-hal-explorer-3.6.5
spring-data-rest-hal-explorer-3.6.4
spring-data-rest-hal-explorer-3.6.3
spring-data-rest-hal-explorer-3.6.2
spring-data-rest-hal-explorer-3.6.1
spring-data-rest-hal-explorer-3.6.0
3.5.x
spring-data-rest-hal-explorer-3.5.12
spring-data-rest-hal-explorer-3.5.11
spring-data-rest-hal-explorer-3.5.10
spring-data-rest-hal-explorer-3.5.9
spring-data-rest-hal-explorer-3.5.8
spring-data-rest-hal-explorer-3.5.7
spring-data-rest-hal-explorer-3.5.6
spring-data-rest-hal-explorer-3.5.5
spring-data-rest-hal-explorer-3.5.4
spring-data-rest-hal-explorer-3.5.3
spring-data-rest-hal-explorer-3.5.2
spring-data-rest-hal-explorer-3.5.1
spring-data-rest-hal-explorer-3.5.0
3.4.x
spring-data-rest-hal-explorer-3.4.15
spring-data-rest-hal-explorer-3.4.14
spring-data-rest-hal-explorer-3.4.13
spring-data-rest-hal-explorer-3.4.12
spring-data-rest-hal-explorer-3.4.11
spring-data-rest-hal-explorer-3.4.10
spring-data-rest-hal-explorer-3.4.9
spring-data-rest-hal-explorer-3.4.8
spring-data-rest-hal-explorer-3.4.7
spring-data-rest-hal-explorer-3.4.6
spring-data-rest-hal-explorer-3.4.5
spring-data-rest-hal-explorer-3.4.4
spring-data-rest-hal-explorer-3.4.3
spring-data-rest-hal-explorer-3.4.2
spring-data-rest-hal-explorer-3.4.1
spring-data-rest-hal-explorer-3.4.0
3.3.x
spring-data-rest-hal-explorer-3.3.9.RELEASE
spring-data-rest-hal-explorer-3.3.8.RELEASE
spring-data-rest-hal-explorer-3.3.7.RELEASE
spring-data-rest-hal-explorer-3.3.6.RELEASE
spring-data-rest-hal-explorer-3.3.5.RELEASE
spring-data-rest-hal-explorer-3.3.4.RELEASE
spring-data-rest-hal-explorer-3.3.3.RELEASE
spring-data-rest-hal-explorer-3.3.2.RELEASE
spring-data-rest-hal-explorer-3.3.1.RELEASE
spring-data-rest-hal-explorer-3.3.0.RELEASE
3.2.x
spring-data-rest-hal-explorer-3.2.13.RELEASE
spring-data-rest-hal-explorer-3.2.12.RELEASE
spring-data-rest-hal-explorer-3.2.11.RELEASE
spring-data-rest-hal-explorer-3.2.10.RELEASE
spring-data-rest-hal-explorer-3.2.9.RELEASE
spring-data-rest-hal-explorer-3.2.8.RELEASE
spring-data-rest-hal-explorer-3.2.7.RELEASE
spring-data-rest-hal-explorer-3.2.6.RELEASE
spring-data-rest-hal-explorer-3.2.5.RELEASE
spring-data-rest-hal-explorer-3.2.4.RELEASE
spring-data-rest-hal-explorer-3.2.3.RELEASE
spring-data-rest-hal-explorer-3.2.2.RELEASE
spring-data-rest-hal-explorer-3.2.1.RELEASE
spring-data-rest-hal-explorer-3.2.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.data : spring-data-rest-hal-explorer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-hal-explorer</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.data : spring-data-rest-hal-explorer gradle dependency to your build.gradle file:

implementation 'org.springframework.data:spring-data-rest-hal-explorer:4.1.3'

Gradle Kotlin DSL: Add the following org.springframework.data : spring-data-rest-hal-explorer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.data:spring-data-rest-hal-explorer:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.data : spring-data-rest-hal-explorer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.data" % "spring-data-rest-hal-explorer" % "4.1.3"

Advertisement

Dependencies from Group

Aug 18, 2023
1.4k usages
88 stars
Aug 18, 2023
906 usages
1.5k stars
Aug 18, 2023
692 usages
2.7k stars
Aug 18, 2023
684 usages
1.6k stars
Aug 18, 2023
111 usages
2.7k stars

Discover Dependencies

Aug 18, 2023
43 usages
88 stars
Aug 20, 2022
1 usages
2.2k stars
Aug 20, 2022
1 usages
2.2k stars
Aug 09, 2023
2 usages
1.4k stars
Sep 12, 2022
1 usages
1.4k stars
Aug 26, 2023
1 usages
56 stars
Aug 26, 2023
3 usages
56 stars
Mar 08, 2021
6 usages
4 stars
Nov 27, 2021
18 usages
97 stars