License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdclub.kingyin |
ArtifactId | ArtifactIdeasycache-spring-boot-starter |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasycache-spring-boot-starter
Parent pom providing dependency and plugin management for applications built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/club.kingyin/easycache-spring-boot-starter/ -->
<dependency>
<groupId>club.kingyin</groupId>
<artifactId>easycache-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/club.kingyin/easycache-spring-boot-starter/
implementation 'club.kingyin:easycache-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/club.kingyin/easycache-spring-boot-starter/
implementation ("club.kingyin:easycache-spring-boot-starter:1.1.1")
'club.kingyin:easycache-spring-boot-starter:jar:1.1.1'
<dependency org="club.kingyin" name="easycache-spring-boot-starter" rev="1.1.1">
<artifact name="easycache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.kingyin', module='easycache-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "club.kingyin" % "easycache-spring-boot-starter" % "1.1.1"
[club.kingyin/easycache-spring-boot-starter "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.3 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.6.3 |
org.projectlombok : lombok | jar | 1.18.22 |
com.alibaba : fastjson | jar | 1.2.79 |
com.google.code.gson : gson | jar | 2.9.0 |
club.kingyin : easycache | jar | 1.0.1 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.3 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |