| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesEhcache Data Caching | 
        
| GroupId | GroupIdorg.apache.marmotta | 
    
| ArtifactId | ArtifactIdldcache-backend-ehcache | 
    
| Last Version | Last Version3.1.0-incubating | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLDCache Backend: EHCache 
            This module offers a backend that allows storing cache entries in an EHCache instance. The backend class is
        abstract and needs to be subclassed to provide the repository connection for the triples. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/ldcache-backend-ehcache/ -->
<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>ldcache-backend-ehcache</artifactId>
    <version>3.1.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.marmotta/ldcache-backend-ehcache/
implementation 'org.apache.marmotta:ldcache-backend-ehcache:3.1.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.marmotta/ldcache-backend-ehcache/
implementation ("org.apache.marmotta:ldcache-backend-ehcache:3.1.0-incubating")
                'org.apache.marmotta:ldcache-backend-ehcache:jar:3.1.0-incubating'
                <dependency org="org.apache.marmotta" name="ldcache-backend-ehcache" rev="3.1.0-incubating">
  <artifact name="ldcache-backend-ehcache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.marmotta', module='ldcache-backend-ehcache', version='3.1.0-incubating')
)
                libraryDependencies += "org.apache.marmotta" % "ldcache-backend-ehcache" % "3.1.0-incubating"
                [org.apache.marmotta/ldcache-backend-ehcache "3.1.0-incubating"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.marmotta : ldcache-api | jar | 3.1.0-incubating | 
| org.apache.marmotta : kiwi-tripletable | jar | 3.1.0-incubating | 
| net.sf.ehcache : ehcache-core | jar | 2.6.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.hamcrest : hamcrest-core | jar | 1.3 |