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