Maven Repository - POM file for Library trove4j 3.0.3 3.0.3

Summary

GNU Trove.

The Trove library provides high speed regular and primitive collections for Java..

Declaration

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

<dependency>
   <groupId>net.sf.trove4j</groupId>
   <artifactId>trove4j</artifactId>
   <version>3.0.3</version>
</dependency>

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





License

Name:GNU Lesser General Public License 2.1
URL: http://www.gnu.org/licenses/lgpl-2.1.txt.

Packages

The following packages are defined in the trove4j-3.0.3.jar

gnu.trove
gnu.trove.decorator
gnu.trove.function
gnu.trove.impl
gnu.trove.impl.hash
gnu.trove.impl.sync
gnu.trove.impl.unmodifiable
gnu.trove.iterator
gnu.trove.iterator.hash
gnu.trove.list
gnu.trove.list.array
gnu.trove.list.linked
gnu.trove.map
gnu.trove.map.custom_hash
gnu.trove.map.hash
gnu.trove.procedure
gnu.trove.procedure.array
gnu.trove.queue
gnu.trove.set
gnu.trove.set.hash
gnu.trove.stack
gnu.trove.stack.array
gnu.trove.strategy




POM File Source

Here is the content of the POM file.

<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.sf.trove4j</groupId>
    <artifactId>trove4j</artifactId>
    <version>3.0.3</version>
    <packaging>jar</packaging>
    <name>GNU Trove</name>
    <description>The Trove library provides high speed regular and primitive
        collections for Java.
    </description>
    <url>http://trove4j.sf.net</url>
    <licenses>
        <license>
            <name>GNU Lesser General Public License 2.1</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:svn:https://trove4j.svn.sourceforge.net/svnroot/trove4j</connection>
        <url>https://trove4j.svn.sourceforge.net/svnroot/trove4j</url>
    </scm>
    
</project>