License |
License |
---|---|
GroupId | GroupIdcom.chenkaiwei.krest |
ArtifactId | ArtifactIdkrest-core |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionkrest-core
krest-core project for Spring Boot
|
Filename | Size |
---|---|
krest-core-1.0.4.pom | |
krest-core-1.0.4.jar | 38 KB |
krest-core-1.0.4-sources.jar | 40 KB |
krest-core-1.0.4-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/ -->
<dependency>
<groupId>com.chenkaiwei.krest</groupId>
<artifactId>krest-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/
implementation 'com.chenkaiwei.krest:krest-core:1.0.4'
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/
implementation ("com.chenkaiwei.krest:krest-core:1.0.4")
'com.chenkaiwei.krest:krest-core:jar:1.0.4'
<dependency org="com.chenkaiwei.krest" name="krest-core" rev="1.0.4">
<artifact name="krest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chenkaiwei.krest', module='krest-core', version='1.0.4')
)
libraryDependencies += "com.chenkaiwei.krest" % "krest-core" % "1.0.4"
[com.chenkaiwei.krest/krest-core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.3 |
org.projectlombok : lombok | jar | 1.18.22 |
com.auth0 : java-jwt | jar | 3.18.2 |
org.apache.shiro : shiro-spring-boot-web-starter | jar | 1.8.0 |
com.alibaba : fastjson | jar | 1.2.76 |
cn.hutool : hutool-all | jar | 5.5.7 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |
org.springframework.boot : spring-boot-starter | jar | 2.6.3 |