h

hal4j-spring-web

HAL - Integration with Spring Framework (WebMVC)
文件下载
文件名 操作
hal4j-spring-web-0.10.0.jar 下载
hal4j-spring-web-0.10.0.pom 下载
hal4j-spring-web-0.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.hal4j</groupId>
  <artifactId>hal4j-spring-web</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hal4j:hal4j-spring-web:0.10.0'
Gradle Kotlin
implementation("com.github.hal4j:hal4j-spring-web:0.10.0")
Scala SBT
libraryDependencies += "com.github.hal4j" % "hal4j-spring-web" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hal4j', module='hal4j-spring-web', version='0.10.0')
)
Apache Ivy
<dependency org="com.github.hal4j" name="hal4j-spring-web" rev="0.10.0" />
Leiningen
[com.github.hal4j/hal4j-spring-web "0.10.0"]
Apache Buildr
'com.github.hal4j:hal4j-spring-web:jar:0.10.0'