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