<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-zuul</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-zuul" % "2.2.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-zuul', version='2.2.0.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-zuul" rev="2.2.0.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</artifactId> <version>2.2.0.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.0.RELEASE
|-- org.apache.httpcomponents:httpclient:4.5.10
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.1.RELEASE
|-- com.netflix.hystrix:hystrix-core:1.5.18
|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|-- com.netflix.ribbon:ribbon-core:2.3.0
|-- com.netflix.ribbon:ribbon-httpclient:2.3.0
|-- org.springframework.boot:spring-boot-starter-actuator:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-starter-security:2.2.1.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.0.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.0.RELEASE
|-- com.netflix.zuul:zuul-core:1.3.1
|-- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.0.RELEASE
|-- com.netflix.netflix-commons:netflix-commons-util:0.3.0
|-- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.0.RELEASE