Download jgroups-all-2.2.7.jar file - Jar j

Jar examples for j:jgroups-all

Description

A Toolkit for Reliable Multicast Communication.

You can download jar file jgroups-all 2.2.7 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

You can use the following script to add jgroups-all-2.2.7.jar to your project.

<dependency>
   <groupId>jgroups</groupId>
   <artifactId>jgroups-all</artifactId>
   <version>2.2.7</version>
</dependency>
compile group: 'jgroups', name: 'jgroups-all', version: '2.2.7'
libraryDependencies += "jgroups" % "jgroups-all" % "2.2.7"
<dependency org="jgroups" name="jgroups-all" rev="2.2.7"/>
@Grapes(@Grab(group='jgroups', module='jgroups-all', version='2.2.7'))
'jgroups:jgroups-all:jar:2.2.7'

Download

Click the following link to download the jar file.

jgroups-all-2.2.7.jar
jgroups-all-2.2.7.pom



Related Tutorials