文件名 | 操作 |
---|---|
spring-cloud-starter-netflix-2.2.1.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix</artifactId>
<version>2.2.1.RELEASE</version>
<type>pom</type>
</dependency>
implementation("org.springframework.cloud:spring-cloud-starter-netflix:2.2.1.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-netflix" % "2.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-netflix', version='2.2.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-netflix" rev="2.2.1.RELEASE" />