| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Ehcache Data Caching | 
| GroupId | GroupIdcom.mizhousoft.boot | 
| ArtifactId | ArtifactIdehcache-spring-boot-starter | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionehcache-spring-boot-starter Mizhousoft Boot | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.mizhousoft.boot/ehcache-spring-boot-starter/ -->
<dependency>
    <groupId>com.mizhousoft.boot</groupId>
    <artifactId>ehcache-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.mizhousoft.boot/ehcache-spring-boot-starter/
implementation 'com.mizhousoft.boot:ehcache-spring-boot-starter:1.1.0'// https://jarcasting.com/artifacts/com.mizhousoft.boot/ehcache-spring-boot-starter/
implementation ("com.mizhousoft.boot:ehcache-spring-boot-starter:1.1.0")'com.mizhousoft.boot:ehcache-spring-boot-starter:jar:1.1.0'<dependency org="com.mizhousoft.boot" name="ehcache-spring-boot-starter" rev="1.1.0">
  <artifact name="ehcache-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.mizhousoft.boot', module='ehcache-spring-boot-starter', version='1.1.0')
)libraryDependencies += "com.mizhousoft.boot" % "ehcache-spring-boot-starter" % "1.1.0"[com.mizhousoft.boot/ehcache-spring-boot-starter "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.ehcache.internal : ehcache-core | jar | 2.10.6 | 
| org.slf4j : slf4j-api | jar | 1.7.31 | 
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
| org.springframework.boot : spring-boot-starter | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |