| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-data-rest-hal-browser | 
| Version | Version3.3.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-hal-browser/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-hal-browser</artifactId>
    <version>3.3.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-hal-browser/
implementation 'org.springframework.data:spring-data-rest-hal-browser:3.3.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-hal-browser/
implementation ("org.springframework.data:spring-data-rest-hal-browser:3.3.4.RELEASE")'org.springframework.data:spring-data-rest-hal-browser:jar:3.3.4.RELEASE'<dependency org="org.springframework.data" name="spring-data-rest-hal-browser" rev="3.3.4.RELEASE">
  <artifact name="spring-data-rest-hal-browser" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-hal-browser', version='3.3.4.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-data-rest-hal-browser" % "3.3.4.RELEASE"[org.springframework.data/spring-data-rest-hal-browser "3.3.4.RELEASE"]