k

krest-parent

KRest是一款整合了shiro、jwt和通信加密功能的RESTful服务框架,只需完成最为必要的个性化配置,即可直接使用。
https://gitee.com/ckw1988/krest
The Apache Software License, Version 2.0
chenkaiwei
文件下载
文件名 操作
krest-parent-1.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.chenkaiwei.krest</groupId>
  <artifactId>krest-parent</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.chenkaiwei.krest:krest-parent:1.0.5'
Gradle Kotlin
implementation("com.chenkaiwei.krest:krest-parent:1.0.5")
Scala SBT
libraryDependencies += "com.chenkaiwei.krest" % "krest-parent" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.chenkaiwei.krest', module='krest-parent', version='1.0.5')
)
Apache Ivy
<dependency org="com.chenkaiwei.krest" name="krest-parent" rev="1.0.5" />
Leiningen
[com.chenkaiwei.krest/krest-parent "1.0.5"]
Apache Buildr
'com.chenkaiwei.krest:krest-parent:jar:1.0.5'