| Categories | 
                CategoriesZuul Application Layer Libs Distributed Applications | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-starter-zuul | 
    
| Version | Version1.0.4.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zuul/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-zuul</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zuul/
implementation 'org.springframework.cloud:spring-cloud-starter-zuul:1.0.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zuul/
implementation ("org.springframework.cloud:spring-cloud-starter-zuul:1.0.4.RELEASE")
                'org.springframework.cloud:spring-cloud-starter-zuul:jar:1.0.4.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-starter-zuul" rev="1.0.4.RELEASE">
  <artifact name="spring-cloud-starter-zuul" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-zuul', version='1.0.4.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zuul" % "1.0.4.RELEASE"
                [org.springframework.cloud/spring-cloud-starter-zuul "1.0.4.RELEASE"]