Download gs-collections-testutils-6.2.0.jar file

Introduction

You can download gs-collections-testutils-6.2.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gs-collections-testutils-6.2.0.jar file has the following types.

META-INF/MANIFEST.MF
com.gs.collections.impl.test.SerializeTestHelper.class
com.gs.collections.impl.test.Verify.class
com.gs.collections.impl.test.package-info.class

Pom

gs-collections-testutils-6.2.0.pom file content.

<?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>com.goldmansachs</groupId>
    <artifactId>gs-collections-testutils</artifactId>
    <packaging>jar</packaging>
    <version>6.2.0</version>
    <name>Goldman Sachs Collections Test Utilities</name>

    <description>GS Collections is a collections framework for Java. It has JDK-compatible List, Set and Map
        implementations with a rich API and set of utility classes that work with any JDK compatible Collections,
        Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.
    </description>

    <url>https://github.com/goldmansachs/gs-collections</url>

    <inceptionYear>2004</inceptionYear>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>https://github.com/goldmansachs/gs-collections</url>
        <connection>scm:git:https://github.com/goldmansachs/gs-collections.git</connection>
        <developerConnection>scm:git:https://github.com/goldmansachs/gs-collections.git</developerConnection>
    </scm>

    <developers>
        <developer>
            <name>Craig P. Motlin</name>
            <email>craig.motlin@gs.com</email>
        </developer>

        <developer>
            <name>Donald Raab</name>
            <email>donald.raab@gs.com</email>
        </developer>

        <developer>
            <name>Bhavana Hindupur</name>
            <email>bhavana.hindupur@gs.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.goldmansachs</groupId>
            <artifactId>gs-collections-api</artifactId>
            <version>6.2.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.goldmansachs</groupId>
            <artifactId>gs-collections</artifactId>
            <version>6.2.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.10</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
            <version>1.3</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.goldmansachs</groupId>
   <artifactId>gs-collections-testutils</artifactId>
   <version>6.2.0</version>
</dependency>

Download

If you think the following gs-collections-testutils-6.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gs-collections-testutils-6.2.0.jar file




PreviousNext

Related