| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.hetianyi | 
| ArtifactId | ArtifactIdspring-boot-starter-cache-helper | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiona simple cache util | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/spring-boot-starter-cache-helper/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>spring-boot-starter-cache-helper</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.hetianyi/spring-boot-starter-cache-helper/
implementation 'com.github.hetianyi:spring-boot-starter-cache-helper:1.0.0'// https://jarcasting.com/artifacts/com.github.hetianyi/spring-boot-starter-cache-helper/
implementation ("com.github.hetianyi:spring-boot-starter-cache-helper:1.0.0")'com.github.hetianyi:spring-boot-starter-cache-helper:jar:1.0.0'<dependency org="com.github.hetianyi" name="spring-boot-starter-cache-helper" rev="1.0.0">
  <artifact name="spring-boot-starter-cache-helper" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.hetianyi', module='spring-boot-starter-cache-helper', version='1.0.0')
)libraryDependencies += "com.github.hetianyi" % "spring-boot-starter-cache-helper" % "1.0.0"[com.github.hetianyi/spring-boot-starter-cache-helper "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot | jar | 1.5.6.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.6.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE | 
| com.github.hetianyi : cache-helper | jar | 1.0.0 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| com.alibaba : fastjson | jar | 1.2.47 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |