| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-netflix | 
    
| Version | Version1.1.2.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-cloud-netflix-1.1.2.RELEASE.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-netflix</artifactId>
    <version>1.1.2.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix/
implementation 'org.springframework.cloud:spring-cloud-netflix:1.1.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix/
implementation ("org.springframework.cloud:spring-cloud-netflix:1.1.2.RELEASE")
                'org.springframework.cloud:spring-cloud-netflix:pom:1.1.2.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-netflix" rev="1.1.2.RELEASE">
  <artifact name="spring-cloud-netflix" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix', version='1.1.2.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix" % "1.1.2.RELEASE"
                [org.springframework.cloud/spring-cloud-netflix "1.1.2.RELEASE"]