Download jgroups-2.9.0.GA.jar file - Jar j

Jar examples for j:jgroups

Description

JGroups is a toolkit for reliable multicast communication

You can download jar file jgroups 2.9.0.GA in this page.

License

Apache License

Build File

You can use the following script to add jgroups-2.9.0.GA.jar to your project.

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

Download

Click the following link to download the jar file.

jgroups-2.9.0.GA-sources.jar
jgroups-2.9.0.GA.jar
jgroups-2.9.0.GA.pom



Related Tutorials