is not current version
Last Version 2.1.0

com.github.shawven:security-verification 1.0.0

基于Spring Security体系安全模块 包括: APP环境(Spring Security、Spring Social社交登陆、token验证) WEB环境下(Spring Security、Spring Social社交登陆), 验证码验证(图形、短信)

Categories

Categories

Security
GroupId

GroupId

com.github.shawven
ArtifactId

ArtifactId

security-verification
Version

Version

1.0.0
Type

Type

jar

Download security-verification 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.shawven/security-verification/ -->
<dependency>
    <groupId>com.github.shawven</groupId>
    <artifactId>security-verification</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shawven/security-verification/
implementation 'com.github.shawven:security-verification:1.0.0'
// https://jarcasting.com/artifacts/com.github.shawven/security-verification/
implementation ("com.github.shawven:security-verification:1.0.0")
'com.github.shawven:security-verification:jar:1.0.0'
<dependency org="com.github.shawven" name="security-verification" rev="1.0.0">
  <artifact name="security-verification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shawven', module='security-verification', version='1.0.0')
)
libraryDependencies += "com.github.shawven" % "security-verification" % "1.0.0"
[com.github.shawven/security-verification "1.0.0"]