c

cc-spring-auth-server

文件下载
文件名 操作
cc-spring-auth-server-0.5.0.jar 下载
cc-spring-auth-server-0.5.0.pom 下载
cc-spring-auth-server-0.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cc.cc4414</groupId>
  <artifactId>cc-spring-auth-server</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'cc.cc4414:cc-spring-auth-server:0.5.0'
Gradle Kotlin
implementation("cc.cc4414:cc-spring-auth-server:0.5.0")
Scala SBT
libraryDependencies += "cc.cc4414" % "cc-spring-auth-server" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.cc4414', module='cc-spring-auth-server', version='0.5.0')
)
Apache Ivy
<dependency org="cc.cc4414" name="cc-spring-auth-server" rev="0.5.0" />
Leiningen
[cc.cc4414/cc-spring-auth-server "0.5.0"]
Apache Buildr
'cc.cc4414:cc-spring-auth-server:jar:0.5.0'