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