文件下载
文件名 操作
spring-hateoas-1.0.5.RELEASE.jar 下载
spring-hateoas-1.0.5.RELEASE.pom 下载
spring-hateoas-1.0.5.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.hateoas</groupId>
  <artifactId>spring-hateoas</artifactId>
  <version>1.0.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.hateoas:spring-hateoas:1.0.5.RELEASE'
Gradle Kotlin
implementation("org.springframework.hateoas:spring-hateoas:1.0.5.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.hateoas" % "spring-hateoas" % "1.0.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.hateoas', module='spring-hateoas', version='1.0.5.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="1.0.5.RELEASE" />
Leiningen
[org.springframework.hateoas/spring-hateoas "1.0.5.RELEASE"]
Apache Buildr
'org.springframework.hateoas:spring-hateoas:jar:1.0.5.RELEASE'