Files download
File Operation
fist-cloud-gateway-3.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.power4j.fist3</groupId>
  <artifactId>fist-cloud-gateway</artifactId>
  <version>3.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.power4j.fist3:fist-cloud-gateway:3.4.0'
Gradle Kotlin
implementation("com.power4j.fist3:fist-cloud-gateway:3.4.0")
Scala SBT
libraryDependencies += "com.power4j.fist3" % "fist-cloud-gateway" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.power4j.fist3', module='fist-cloud-gateway', version='3.4.0')
)
Apache Ivy
<dependency org="com.power4j.fist3" name="fist-cloud-gateway" rev="3.4.0" />
Leiningen
[com.power4j.fist3/fist-cloud-gateway "3.4.0"]
Apache Buildr
'com.power4j.fist3:fist-cloud-gateway:jar:3.4.0'