文件下载
文件名 操作
fist-cloud-gateway-security-reactive-3.0.0.jar 下载
fist-cloud-gateway-security-reactive-3.0.0.pom 下载
fist-cloud-gateway-security-reactive-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.power4j.fist3</groupId>
  <artifactId>fist-cloud-gateway-security-reactive</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.power4j.fist3:fist-cloud-gateway-security-reactive:3.0.0'
Gradle Kotlin
implementation("com.power4j.fist3:fist-cloud-gateway-security-reactive:3.0.0")
Scala SBT
libraryDependencies += "com.power4j.fist3" % "fist-cloud-gateway-security-reactive" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.power4j.fist3', module='fist-cloud-gateway-security-reactive', version='3.0.0')
)
Apache Ivy
<dependency org="com.power4j.fist3" name="fist-cloud-gateway-security-reactive" rev="3.0.0" />
Leiningen
[com.power4j.fist3/fist-cloud-gateway-security-reactive "3.0.0"]
Apache Buildr
'com.power4j.fist3:fist-cloud-gateway-security-reactive:jar:3.0.0'