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