License |
License |
---|---|
Categories |
CategoriesNet Ehcache Data Caching |
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-jmsreplication |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMS Replication
This module provides replication via JMS 1.1
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ehcache-jmsreplication-0.5.pom | |
ehcache-jmsreplication-0.5.jar | 37 KB |
ehcache-jmsreplication-0.5-sources.jar | 28 KB |
ehcache-jmsreplication-0.5-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jmsreplication/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-jmsreplication</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jmsreplication/
implementation 'net.sf.ehcache:ehcache-jmsreplication:0.5'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-jmsreplication/
implementation ("net.sf.ehcache:ehcache-jmsreplication:0.5")
'net.sf.ehcache:ehcache-jmsreplication:jar:0.5'
<dependency org="net.sf.ehcache" name="ehcache-jmsreplication" rev="0.5">
<artifact name="ehcache-jmsreplication" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-jmsreplication', version='0.5')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-jmsreplication" % "0.5"
[net.sf.ehcache/ehcache-jmsreplication "0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | [2.5.2,) |
Group / Artifact | Type | Version |
---|---|---|
javax.jms : jms-api | jar | 1.1-rev-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2.2 |
org.glassfish.mq : mq-distribution | zip | 4.5.2-002 |
org.apache.activemq : activemq-core | jar | 5.6.0 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |