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