License |
License |
---|---|
GroupId | GroupIdcom.chenkaiwei.krest |
ArtifactId | ArtifactIdkrest-parent |
Version | Version1.0.5 |
Type | Typepom |
Description |
Descriptionkrest
KRest是一款整合了shiro、jwt和通信加密功能的RESTful服务框架,只需完成最为必要的个性化配置,即可直接使用。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
krest-parent-1.0.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/ -->
<dependency>
<groupId>com.chenkaiwei.krest</groupId>
<artifactId>krest-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/
implementation 'com.chenkaiwei.krest:krest-parent:1.0.5'
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/
implementation ("com.chenkaiwei.krest:krest-parent:1.0.5")
'com.chenkaiwei.krest:krest-parent:pom:1.0.5'
<dependency org="com.chenkaiwei.krest" name="krest-parent" rev="1.0.5">
<artifact name="krest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.chenkaiwei.krest', module='krest-parent', version='1.0.5')
)
libraryDependencies += "com.chenkaiwei.krest" % "krest-parent" % "1.0.5"
[com.chenkaiwei.krest/krest-parent "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |