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