License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.qingzhuge.framework |
ArtifactId | ArtifactIdqing-framework-security-web |
Last Version | Last Version1.0.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJ2QF QingTing, a web project framework based on spring boot
|
<!-- https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security-web/ -->
<dependency>
<groupId>com.qingzhuge.framework</groupId>
<artifactId>qing-framework-security-web</artifactId>
<version>1.0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security-web/
implementation 'com.qingzhuge.framework:qing-framework-security-web:1.0.1.5'
// https://jarcasting.com/artifacts/com.qingzhuge.framework/qing-framework-security-web/
implementation ("com.qingzhuge.framework:qing-framework-security-web:1.0.1.5")
'com.qingzhuge.framework:qing-framework-security-web:jar:1.0.1.5'
<dependency org="com.qingzhuge.framework" name="qing-framework-security-web" rev="1.0.1.5">
<artifact name="qing-framework-security-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qingzhuge.framework', module='qing-framework-security-web', version='1.0.1.5')
)
libraryDependencies += "com.qingzhuge.framework" % "qing-framework-security-web" % "1.0.1.5"
[com.qingzhuge.framework/qing-framework-security-web "1.0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.3.4.RELEASE |
org.springframework.session : spring-session-data-redis | jar | |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
com.qingzhuge.framework : qing-framework-web | jar | 1.0.1.5 |
com.qingzhuge.framework : qing-framework-security-base-facade | jar | 1.0.1.5 |