is not current version
Last Version 2.1.0

com.github.shawven:security 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
Version

Version

1.0.0
Type

Type

pom

Download security 1.0.0

Filename Size
security-1.0.0.pom 4 KB
Browse

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