| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCaching Data | 
        
| GroupId | GroupIdcom.github.choelea | 
    
| ArtifactId | ArtifactIdspring-page-caching | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-page-caching 
            Page Caching for Spring project which leverage Spring's Cache. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.choelea/spring-page-caching/ -->
<dependency>
    <groupId>com.github.choelea</groupId>
    <artifactId>spring-page-caching</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.choelea/spring-page-caching/
implementation 'com.github.choelea:spring-page-caching:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.choelea/spring-page-caching/
implementation ("com.github.choelea:spring-page-caching:1.0.0.RELEASE")
                'com.github.choelea:spring-page-caching:jar:1.0.0.RELEASE'
                <dependency org="com.github.choelea" name="spring-page-caching" rev="1.0.0.RELEASE">
  <artifact name="spring-page-caching" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.choelea', module='spring-page-caching', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.choelea" % "spring-page-caching" % "1.0.0.RELEASE"
                [com.github.choelea/spring-page-caching "1.0.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |