You can download eclipse-collections-testutils-8.2.0.jar in this page.
Open Source License
eclipse-collections-testutils-8.2.0.jar file has the following types.
LICENSE-EDL-1.0.txt LICENSE-EPL-1.0.txt META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF META-INF/MANIFEST.MF META-INF/maven/org.eclipse.collections/eclipse-collections-testutils/pom.properties META-INF/maven/org.eclipse.collections/eclipse-collections-testutils/pom.xml about.html org.eclipse.collections.impl.test.SerializeTestHelper.class org.eclipse.collections.impl.test.Verify.class
eclipse-collections-testutils-8.2.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2016 Goldman Sachs. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ and Eclipse Distribution License v. 1.0 which accompany this distribution. ~ The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html ~ and the Eclipse Distribution License is available at ~ http://www.eclipse.org/org/documents/edl-v10.php. --> <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"> <parent> <artifactId>eclipse-collections-parent</artifactId> <groupId>org.eclipse.collections</groupId> <version>8.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>eclipse-collections-testutils</artifactId> <packaging>bundle</packaging> <name>Eclipse Collections Test Utilities</name> <properties> <sonar.jacoco.reportPaths> ../unit-tests/target/jacoco.exec,../unit-tests-java8/target/jacoco.exec,../eclipse-collections-testutils/target/jacoco.exec,../serialization-tests/target/jacoco.exec </sonar.jacoco.reportPaths> </properties> <dependencies> <dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.10</version> </dependency> <!-- External dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Export-Package>org.eclipse.collections.impl.test</Export-Package> <Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment> <Import-Package> net.jcip.annotations;resolution:=optional,* </Import-Package> <Bundle-Version>${project.version}</Bundle-Version> </instructions> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <doctitle>Eclipse Collections Test Utilities - ${project.version}</doctitle> <windowtitle>Eclipse Collections Test Utilities - ${project.version}</windowtitle> <show>public</show> <links> <link>https://docs.oracle.com/javase/8/docs/api/</link> </links> <destDir>${project.version}</destDir> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <configuration> <comparisonArtifacts> <comparisonArtifact> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections-testutils</artifactId> <version>${project.previous.version}</version> </comparisonArtifact> </comparisonArtifacts> <textOutputFile>${project.build.directory}/clirr.txt</textOutputFile> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.eclipse.collections</groupId> <artifactId>eclipse-collections-testutils</artifactId> <version>8.2.0</version> </dependency>
If you think the following eclipse-collections-testutils-8.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download eclipse-collections-testutils-8.2.0.jar file