h

hal4j-spring-zuul

HAL - Integration with Netflix Zuul API Gateway
Files download
File Operation
hal4j-spring-zuul-1.0.1.jar download
hal4j-spring-zuul-1.0.1.pom download
hal4j-spring-zuul-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hal4j</groupId>
  <artifactId>hal4j-spring-zuul</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.hal4j:hal4j-spring-zuul:1.0.1'
Gradle Kotlin
implementation("com.github.hal4j:hal4j-spring-zuul:1.0.1")
Scala SBT
libraryDependencies += "com.github.hal4j" % "hal4j-spring-zuul" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hal4j', module='hal4j-spring-zuul', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.hal4j" name="hal4j-spring-zuul" rev="1.0.1" />
Leiningen
[com.github.hal4j/hal4j-spring-zuul "1.0.1"]
Apache Buildr
'com.github.hal4j:hal4j-spring-zuul:jar:1.0.1'