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