jgroups-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>jgroups</groupId> <artifactId>jgroups-all</artifactId> <version>2.4.1</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>jgroups</groupId> <artifactId>jgroups-all</artifactId> <version>2.4.1</version> <packaging>jar</packaging> <name>JGroups all</name> <url>http://jgroups.org</url> <description>JGroups core</description> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://javagroups.cvs.sourceforge.net/javagroups/</url> </scm> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>concurrent</groupId> <artifactId>concurrent</artifactId> <version>1.3.4</version> </dependency> <dependency> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> <version>1.1</version> <optional>true</optional> </dependency> <dependency> <groupId>bsh</groupId> <artifactId>bsh</artifactId> <version>1.2b3</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.6</version> </dependency> </dependencies> </project>