File | Operation |
---|---|
spring-cloud-netflix-1.4.6.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.4.6.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix" % "1.4.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix', version='1.4.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-netflix" rev="1.4.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>1.3.11.RELEASE</version> </parent>