k

krest-parent

KRest是一款整合了shiro和jwt的RESTful服务框架,一体配置,简便易用。
https://gitee.com/ckw1988/krest
The Apache Software License, Version 2.0
chenkaiwei
Files download
File Operation
krest-parent-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.chenkaiwei.krest</groupId>
  <artifactId>krest-parent</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.chenkaiwei.krest:krest-parent:1.0.3'
Gradle Kotlin
implementation("com.chenkaiwei.krest:krest-parent:1.0.3")
Scala SBT
libraryDependencies += "com.chenkaiwei.krest" % "krest-parent" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.chenkaiwei.krest', module='krest-parent', version='1.0.3')
)
Apache Ivy
<dependency org="com.chenkaiwei.krest" name="krest-parent" rev="1.0.3" />
Leiningen
[com.chenkaiwei.krest/krest-parent "1.0.3"]
Apache Buildr
'com.chenkaiwei.krest:krest-parent:jar:1.0.3'