| Categories | 
                Categorieshate Data Data Formats Hypermedia Types | 
        
|---|---|
| GroupId | GroupIdorg.springframework.hateoas | 
    
| ArtifactId | ArtifactIdspring-hateoas | 
    
| Version | Version0.25.2.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| spring-hateoas-0.25.2.RELEASE.pom | |
| spring-hateoas-0.25.2.RELEASE.jar | 213 KB | 
| spring-hateoas-0.25.2.RELEASE-sources.jar | 152 KB | 
| spring-hateoas-0.25.2.RELEASE-javadoc.jar | 595 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/ -->
<dependency>
    <groupId>org.springframework.hateoas</groupId>
    <artifactId>spring-hateoas</artifactId>
    <version>0.25.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation 'org.springframework.hateoas:spring-hateoas:0.25.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.hateoas/spring-hateoas/
implementation ("org.springframework.hateoas:spring-hateoas:0.25.2.RELEASE")
                'org.springframework.hateoas:spring-hateoas:jar:0.25.2.RELEASE'
                <dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.25.2.RELEASE">
  <artifact name="spring-hateoas" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.hateoas', module='spring-hateoas', version='0.25.2.RELEASE')
)
                libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "0.25.2.RELEASE"
                [org.springframework.hateoas/spring-hateoas "0.25.2.RELEASE"]