| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesEhcache Data Caching | 
        
| GroupId | GroupIdcom.jblv | 
    
| ArtifactId | ArtifactIdjblv-ehcache | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionehcache管理 
         | 
    
| Filename | Size | 
|---|---|
| jblv-ehcache-1.0.0.pom | |
| jblv-ehcache-1.0.0.jar | 19 KB | 
| jblv-ehcache-1.0.0-sources.jar | 13 KB | 
| jblv-ehcache-1.0.0-javadoc.jar | 70 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jblv/jblv-ehcache/ -->
<dependency>
    <groupId>com.jblv</groupId>
    <artifactId>jblv-ehcache</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jblv/jblv-ehcache/
implementation 'com.jblv:jblv-ehcache:1.0.0'
                // https://jarcasting.com/artifacts/com.jblv/jblv-ehcache/
implementation ("com.jblv:jblv-ehcache:1.0.0")
                'com.jblv:jblv-ehcache:jar:1.0.0'
                <dependency org="com.jblv" name="jblv-ehcache" rev="1.0.0">
  <artifact name="jblv-ehcache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jblv', module='jblv-ehcache', version='1.0.0')
)
                libraryDependencies += "com.jblv" % "jblv-ehcache" % "1.0.0"
                [com.jblv/jblv-ehcache "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.jblv : jblv-common | jar | 1.0.0 | 
| net.sf.ehcache : ehcache-core | jar | 2.6.11 |