| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet Ehcache Data Caching JGroups Application Layer Libs Distributed Applications | 
        
| GroupId | GroupIdnet.sf.ehcache | 
    
| ArtifactId | ArtifactIdehcache-jgroupsreplication | 
    
| Last Version | Last Version1.7 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJGroups Replication 
            This module provides replication via JGroups 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/ -->
<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>ehcache-jgroupsreplication</artifactId>
    <version>1.7</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/
implementation 'net.sf.ehcache:ehcache-jgroupsreplication:1.7'
                // https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/
implementation ("net.sf.ehcache:ehcache-jgroupsreplication:1.7")
                'net.sf.ehcache:ehcache-jgroupsreplication:jar:1.7'
                <dependency org="net.sf.ehcache" name="ehcache-jgroupsreplication" rev="1.7">
  <artifact name="ehcache-jgroupsreplication" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-jgroupsreplication', version='1.7')
)
                libraryDependencies += "net.sf.ehcache" % "ehcache-jgroupsreplication" % "1.7"
                [net.sf.ehcache/ehcache-jgroupsreplication "1.7"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.ehcache : ehcache-core | jar | 2.5.2 | 
| org.jgroups : jgroups | jar | 3.1.0.Final | 
| org.slf4j : slf4j-api | jar | 1.6.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |