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