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