| Категории |
КатегорииСеть Ehcache Данные Caching JGroups Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаnet.sf.ehcache |
| Идентификатор | Идентификаторehcache-jgroupsreplication |
| Версия | Версия1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-jgroupsreplication</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/
implementation 'net.sf.ehcache:ehcache-jgroupsreplication:1.4'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jgroupsreplication/
implementation ("net.sf.ehcache:ehcache-jgroupsreplication:1.4")
'net.sf.ehcache:ehcache-jgroupsreplication:jar:1.4'
<dependency org="net.sf.ehcache" name="ehcache-jgroupsreplication" rev="1.4">
<artifact name="ehcache-jgroupsreplication" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-jgroupsreplication', version='1.4')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-jgroupsreplication" % "1.4"
[net.sf.ehcache/ehcache-jgroupsreplication "1.4"]