Maven Repository - POM file for Development jgroups-all 2.2.9.1 2.2.9.1

Summary

JGroups.

A Toolkit for Reliable Multicast Communication..

Declaration

Here is the list of declaration for jgroups-all. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jgroups</groupId>
   <artifactId>jgroups-all</artifactId>
   <version>2.2.9.1</version>
</dependency>

If you think this Maven repository POM file listing for jgroups-all is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the jgroups-all-2.2.9.1.jar

org.jgroups
org.jgroups.blocks
org.jgroups.conf
org.jgroups.debug
org.jgroups.demos
org.jgroups.demos.applets
org.jgroups.demos.wb
org.jgroups.jmx
org.jgroups.jmx.protocols
org.jgroups.jmx.protocols.pbcast
org.jgroups.persistence
org.jgroups.protocols
org.jgroups.protocols.pbcast
org.jgroups.protocols.ring
org.jgroups.stack
org.jgroups.tests
org.jgroups.tests.adapt
org.jgroups.tests.adaptjms
org.jgroups.tests.adapttcp
org.jgroups.tests.adaptudp
org.jgroups.tests.perf
org.jgroups.tests.perf.transports
org.jgroups.tests.stack
org.jgroups.util




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>jgroups</groupId>
  <artifactId>jgroups-all</artifactId>
  <version>2.2.9.1</version>
  <packaging>jar</packaging>
  <name>JGroups</name>
  <url>http://www.jboss.org/products/jgroups</url>
  <description>A Toolkit for Reliable Multicast Communication.</description>
  <scm>
    <connection>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/javagroups/JGroups</connection>
    <url>http://cvs.sourceforge.net/viewcvs.py/javagroups/JGroups/</url>
  </scm>

<!--
  dependencies not added in the upload bundle

  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.3</version>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.6</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId></groupId>
      <artifactId>jmxri</artifactId>
      <version>?</version>
    </dependency>
    <dependency>
      <groupId>concurrent</groupId>
      <artifactId>concurrent</artifactId>
      <version>?</version>
    </dependency>
  </dependencies>
-->

</project>