Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.gitee.zhibi |
ArtifactId | ArtifactIdfast-security |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
fast-security-2.5.pom | |
fast-security-2.5.jar | 18 KB |
fast-security-2.5-sources.jar | 13 KB |
fast-security-2.5-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-security/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-security</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-security/
implementation 'com.gitee.zhibi:fast-security:2.5'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-security/
implementation ("com.gitee.zhibi:fast-security:2.5")
'com.gitee.zhibi:fast-security:jar:2.5'
<dependency org="com.gitee.zhibi" name="fast-security" rev="2.5">
<artifact name="fast-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-security', version='2.5')
)
libraryDependencies += "com.gitee.zhibi" % "fast-security" % "2.5"
[com.gitee.zhibi/fast-security "2.5"]