trove
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>trove</groupId> <artifactId>trove</artifactId> <version>1.1-beta-5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>trove</groupId> <artifactId>trove</artifactId> <packaging>jar</packaging> <version>1.1-beta-5</version> <name>GNU Trove</name> <description>High performance collections for Java</description> <licenses> <license> <name>LGPL</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://trove4j.cvs.sourceforge.net/trove4j/trove/</url> <connection>scm:cvs:pserver:anonymous@trove4j.cvs.sourceforge.net:/cvsroot/trove4j</connection> </scm> </project>