| License |
License |
|---|---|
| GroupId | GroupIdcom.codedreamplus |
| ArtifactId | ArtifactIdcodedreamplus-auth |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.codedreamplus:codedreamplus-auth
认证组件,基于springsecurity
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| codedreamplus-auth-1.0.0.pom | |
| codedreamplus-auth-1.0.0.jar | 17 KB |
| codedreamplus-auth-1.0.0-sources.jar | 8 KB |
| codedreamplus-auth-1.0.0-javadoc.jar | 452 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codedreamplus/codedreamplus-auth/ -->
<dependency>
<groupId>com.codedreamplus</groupId>
<artifactId>codedreamplus-auth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codedreamplus/codedreamplus-auth/
implementation 'com.codedreamplus:codedreamplus-auth:1.0.0'
// https://jarcasting.com/artifacts/com.codedreamplus/codedreamplus-auth/
implementation ("com.codedreamplus:codedreamplus-auth:1.0.0")
'com.codedreamplus:codedreamplus-auth:jar:1.0.0'
<dependency org="com.codedreamplus" name="codedreamplus-auth" rev="1.0.0">
<artifact name="codedreamplus-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codedreamplus', module='codedreamplus-auth', version='1.0.0')
)
libraryDependencies += "com.codedreamplus" % "codedreamplus-auth" % "1.0.0"
[com.codedreamplus/codedreamplus-auth "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.2.4.RELEASE |
| org.springframework.security.oauth : spring-security-oauth2 | jar | 2.3.6.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| com.codedreamplus : codedreamplus-base | jar | 1.0.0 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| javax.xml.bind : jaxb-api | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-impl | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-core | jar | 2.3.0 |
| javax.activation : activation | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.20 |