License |
License |
---|---|
Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.ow2.util.cluster |
ArtifactId | ArtifactIdcluster-jgroups |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 Utilities :: Cluster :: JGroups
JGroups utilities
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cluster-jgroups-2.0.0.pom | |
cluster-jgroups-2.0.0.jar | 17 KB |
cluster-jgroups-2.0.0-sources.jar | 18 KB |
cluster-jgroups-2.0.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.cluster/cluster-jgroups/ -->
<dependency>
<groupId>org.ow2.util.cluster</groupId>
<artifactId>cluster-jgroups</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.cluster/cluster-jgroups/
implementation 'org.ow2.util.cluster:cluster-jgroups:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.util.cluster/cluster-jgroups/
implementation ("org.ow2.util.cluster:cluster-jgroups:2.0.0")
'org.ow2.util.cluster:cluster-jgroups:jar:2.0.0'
<dependency org="org.ow2.util.cluster" name="cluster-jgroups" rev="2.0.0">
<artifact name="cluster-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.cluster', module='cluster-jgroups', version='2.0.0')
)
libraryDependencies += "org.ow2.util.cluster" % "cluster-jgroups" % "2.0.0"
[org.ow2.util.cluster/cluster-jgroups "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
org.jgroups : jgroups | jar | 2.12.1.3.Final |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.util.log : log-api | jar | 2.0.0 |