не последняя версия
Последняя версия 2.1.0

com.github.shawven:security 2.0.7

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

Категории

Категории

Безопасность
Группа

Группа

com.github.shawven
Идентификатор

Идентификатор

security
Версия

Версия

2.0.7
Тип

Тип

pom

Скачать security 2.0.7

Имя Файла Размер
security-2.0.7.pom 5 KB
Обзор

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