k

ks-boot-oauth

集成SpringSecurity oauth
Apache License, Version 2.0
Files download
File Operation
ks-boot-oauth-1.4.0.jar download
ks-boot-oauth-1.4.0.pom download
ks-boot-oauth-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kasinf</groupId>
  <artifactId>ks-boot-oauth</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.kasinf:ks-boot-oauth:1.4.0'
Gradle Kotlin
implementation("com.kasinf:ks-boot-oauth:1.4.0")
Scala SBT
libraryDependencies += "com.kasinf" % "ks-boot-oauth" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kasinf', module='ks-boot-oauth', version='1.4.0')
)
Apache Ivy
<dependency org="com.kasinf" name="ks-boot-oauth" rev="1.4.0" />
Leiningen
[com.kasinf/ks-boot-oauth "1.4.0"]
Apache Buildr
'com.kasinf:ks-boot-oauth:jar:1.4.0'