Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.power4j.fist |
ArtifactId | ArtifactIdfist-kit-boot-security |
Version | Version2022.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-security/ -->
<dependency>
<groupId>com.power4j.fist</groupId>
<artifactId>fist-kit-boot-security</artifactId>
<version>2022.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-security/
implementation 'com.power4j.fist:fist-kit-boot-security:2022.0.8'
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-security/
implementation ("com.power4j.fist:fist-kit-boot-security:2022.0.8")
'com.power4j.fist:fist-kit-boot-security:jar:2022.0.8'
<dependency org="com.power4j.fist" name="fist-kit-boot-security" rev="2022.0.8">
<artifact name="fist-kit-boot-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.power4j.fist', module='fist-kit-boot-security', version='2022.0.8')
)
libraryDependencies += "com.power4j.fist" % "fist-kit-boot-security" % "2022.0.8"
[com.power4j.fist/fist-kit-boot-security "2022.0.8"]