License |
License |
---|---|
GroupId | GroupIdcom.kasinf |
ArtifactId | ArtifactIdks-boot-oauth |
Version | Version1.4.0 |
Type | Typejar |
Description |
Description集成SpringSecurity oauth
|
Filename | Size |
---|---|
ks-boot-oauth-1.4.0.pom | |
ks-boot-oauth-1.4.0.jar | 8 KB |
ks-boot-oauth-1.4.0-sources.jar | 6 KB |
ks-boot-oauth-1.4.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/ -->
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-oauth</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/
implementation 'com.kasinf:ks-boot-oauth:1.4.0'
// https://jarcasting.com/artifacts/com.kasinf/ks-boot-oauth/
implementation ("com.kasinf:ks-boot-oauth:1.4.0")
'com.kasinf:ks-boot-oauth:jar:1.4.0'
<dependency org="com.kasinf" name="ks-boot-oauth" rev="1.4.0">
<artifact name="ks-boot-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kasinf', module='ks-boot-oauth', version='1.4.0')
)
libraryDependencies += "com.kasinf" % "ks-boot-oauth" % "1.4.0"
[com.kasinf/ks-boot-oauth "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-oauth2 | jar | 2.2.5.RELEASE |
org.projectlombok : lombok Optional | jar |