| License |
License |
|---|---|
| GroupId | GroupIdcn.chenzw.sso |
| ArtifactId | ArtifactIdeasy-sso-core |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneasy sso solution
|
| Filename | Size |
|---|---|
| easy-sso-core-1.0.0.pom | |
| easy-sso-core-1.0.0.jar | 5 KB |
| easy-sso-core-1.0.0-sources.jar | 3 KB |
| easy-sso-core-1.0.0-javadoc.jar | 52 KB |
| easy-sso-core-1.0.0-jar-with-dependencies.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chenzw.sso/easy-sso-core/ -->
<dependency>
<groupId>cn.chenzw.sso</groupId>
<artifactId>easy-sso-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenzw.sso/easy-sso-core/
implementation 'cn.chenzw.sso:easy-sso-core:1.0.0'
// https://jarcasting.com/artifacts/cn.chenzw.sso/easy-sso-core/
implementation ("cn.chenzw.sso:easy-sso-core:1.0.0")
'cn.chenzw.sso:easy-sso-core:jar:1.0.0'
<dependency org="cn.chenzw.sso" name="easy-sso-core" rev="1.0.0">
<artifact name="easy-sso-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenzw.sso', module='easy-sso-core', version='1.0.0')
)
libraryDependencies += "cn.chenzw.sso" % "easy-sso-core" % "1.0.0"
[cn.chenzw.sso/easy-sso-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-webmvc | jar | |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| commons-codec : commons-codec | jar | 1.12 |
| cn.chenzw.toolkit : toolkit | jar | 1.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |