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