is not current version
Last Version 2.10.0.Beta2

jgroups:jgroups 2.4.4.GA-brew

JGroups is a toolkit for reliable multicast communication

Categories

Categories

JGroups Application Layer Libs Distributed Applications
GroupId

GroupId

jgroups
ArtifactId

ArtifactId

jgroups
Version

Version

2.4.4.GA-brew
Type

Type

jar

Download jgroups 2.4.4.GA-brew


<!-- https://jarcasting.com/artifacts/jgroups/jgroups/ -->
<dependency>
    <groupId>jgroups</groupId>
    <artifactId>jgroups</artifactId>
    <version>2.4.4.GA-brew</version>
</dependency>
// https://jarcasting.com/artifacts/jgroups/jgroups/
implementation 'jgroups:jgroups:2.4.4.GA-brew'
// https://jarcasting.com/artifacts/jgroups/jgroups/
implementation ("jgroups:jgroups:2.4.4.GA-brew")
'jgroups:jgroups:jar:2.4.4.GA-brew'
<dependency org="jgroups" name="jgroups" rev="2.4.4.GA-brew">
  <artifact name="jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='jgroups', module='jgroups', version='2.4.4.GA-brew')
)
libraryDependencies += "jgroups" % "jgroups" % "2.4.4.GA-brew"
[jgroups "2.4.4.GA-brew"]