MVN

org.devnull : zuul-spring-client

Maven & Gradle

Oct 06, 2014
10 stars

Zuul: Spring Client · Spring client integration for Zuul web services.

<dependency>
    <groupId>org.devnull</groupId>
    <artifactId>zuul-spring-client</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.devnull : zuul-spring-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1
  • Latest Release Candidate: 1.0-RC1

All Versions

Choose a version of org.devnull : zuul-spring-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
zuul-spring-client-1.6.0.M1
1.5.x
zuul-spring-client-1.5.1
1.5
zuul-spring-client-1.5
1.4.x
zuul-spring-client-1.4.1
1.4
zuul-spring-client-1.4
1.3
zuul-spring-client-1.3
1.2
zuul-spring-client-1.2
1.1
zuul-spring-client-1.1
1.0
zuul-spring-client-1.0
zuul-spring-client-1.0-RC1

How to add a dependency to Maven

Add the following org.devnull : zuul-spring-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.devnull</groupId>
    <artifactId>zuul-spring-client</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.devnull : zuul-spring-client gradle dependency to your build.gradle file:

implementation 'org.devnull:zuul-spring-client:1.5.1'

Gradle Kotlin DSL: Add the following org.devnull : zuul-spring-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.devnull:zuul-spring-client:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.devnull : zuul-spring-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.devnull" % "zuul-spring-client" % "1.5.1"

Advertisement