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