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