You can download testing-2.1.0.jar in this page.
Apache License
testing-2.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.immutables/testing/pom.properties META-INF/maven/org.immutables/testing/pom.xml org.immutables.check.Checkers.class org.immutables.check.IterableChecker.class org.immutables.check.ObjectChecker.class org.immutables.check.OptionalChecker.class org.immutables.check.StringChecker.class org.immutables.check.package-info.class
testing-2.1.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>2.1.0</version> </parent> <artifactId>testing</artifactId> <name>${project.groupId}.${project.artifactId}</name> <description>Testing dependencies and utilities. Expected to be used only in test scope</description> <dependencies> <dependency> <groupId>org.immutables.dependency</groupId> <artifactId>utility</artifactId> <version>${project.version}</version> <type>pom</type> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-integration</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.immutables</groupId> <artifactId>testing</artifactId> <version>2.1.0</version> </dependency>
If you think the following testing-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download testing-2.1.0.jar file