Jar examples for j:jgroups
JGroups is a toolkit for reliable multicast communication
You can download jar file jgroups 2.4.1 in this page.
Apache License
You can use the following script to add jgroups-2.4.1.jar to your project.
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups</artifactId> <version>2.4.1</version> </dependency>
compile group: 'jgroups', name: 'jgroups', version: '2.4.1'
libraryDependencies += "jgroups" % "jgroups" % "2.4.1"
<dependency org="jgroups" name="jgroups" rev="2.4.1"/>
@Grapes(@Grab(group='jgroups', module='jgroups', version='2.4.1'))
'jgroups:jgroups:jar:2.4.1'
Click the following link to download the jar file.
jgroups-2.4.1.jar