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