License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.xujiaji.mk |
ArtifactId | ArtifactIdsecurity |
Last Version | Last Version1.0.0-beta10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsecurity
springboot业务模块化!以依赖线上模块,自由选择所需模块,达到快速开发新项目的目的!并为统一维护提供便利
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
security-1.0.0-beta10.pom | |
security-1.0.0-beta10.jar | 75 KB |
security-1.0.0-beta10-sources.jar | 37 KB |
security-1.0.0-beta10-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/security/ -->
<dependency>
<groupId>com.github.xujiaji.mk</groupId>
<artifactId>security</artifactId>
<version>1.0.0-beta10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/security/
implementation 'com.github.xujiaji.mk:security:1.0.0-beta10'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/security/
implementation ("com.github.xujiaji.mk:security:1.0.0-beta10")
'com.github.xujiaji.mk:security:jar:1.0.0-beta10'
<dependency org="com.github.xujiaji.mk" name="security" rev="1.0.0-beta10">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='security', version='1.0.0-beta10')
)
libraryDependencies += "com.github.xujiaji.mk" % "security" % "1.0.0-beta10"
[com.github.xujiaji.mk/security "1.0.0-beta10"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xujiaji.mk : common | jar | 1.0.0-beta10 |
com.github.xujiaji.mk : file | jar | 1.0.0-beta10 |
org.springframework.boot : spring-boot-starter-security | jar | 2.5.3 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.15.0 |
org.apache.logging.log4j : log4j-api | jar | 2.15.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.3 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.5.3 |
org.projectlombok : lombok | jar | 1.18.20 |
cn.hutool : hutool-all | jar | 5.3.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.3 |