You can download compile-testing-0.10.jar in this page.
The Apache Software License, Version 2.0
compile-testing-0.10.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.google.testing.compile/compile-testing/pom.properties META-INF/maven/com.google.testing.compile/compile-testing/pom.xml com.google.testing.compile.AutoValue_Compiler.class com.google.testing.compile.Breadcrumbs.class com.google.testing.compile.Compilation.class com.google.testing.compile.CompilationFailureException.class com.google.testing.compile.CompilationRule.class com.google.testing.compile.CompilationSubject.class com.google.testing.compile.CompilationSubjectFactory.class com.google.testing.compile.CompileTester.class com.google.testing.compile.Compiler.class com.google.testing.compile.InMemoryJavaFileManager.class com.google.testing.compile.JavaFileObjectSubject.class com.google.testing.compile.JavaFileObjectSubjectFactory.class com.google.testing.compile.JavaFileObjects.class com.google.testing.compile.JavaSourceSubjectFactory.class com.google.testing.compile.JavaSourcesSubject.class com.google.testing.compile.JavaSourcesSubjectFactory.class com.google.testing.compile.MoreTrees.class com.google.testing.compile.Parser.class com.google.testing.compile.ProcessedCompileTesterFactory.class com.google.testing.compile.TreeContext.class com.google.testing.compile.TreeDiffer.class com.google.testing.compile.TreeDifference.class com.google.testing.compile.TypeEnumerator.class com.google.testing.compile.package-info.class
compile-testing-0.10.pom file content.
<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.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.google.testing.compile</groupId> <artifactId>compile-testing</artifactId> <version>0.10</version> <name>Compile Testing</name> <description>Utilities for testing compilation.</description> <properties> <auto-value.version>1.3</auto-value.version> <guava.version>19.0</guava.version> <truth.version>0.30</truth.version> <junit.version>4.12</junit.version> <jsr305.version>3.0.1</jsr305.version> </properties> <url>http://github.com/google/compile-testing</url> <issueManagement> <system>GitHub</system> <url>http://github.com/google/compile-testing/issues</url> </issueManagement> <inceptionYear>2013</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> <prerequisites> <maven>3.1.1</maven> </prerequisites> <scm> <connection>scm:git:http://github.com/google/compile-testing</connection> <developerConnection>scm:git:git@github.com:google/compile-testing.git</developerConnection> <url>http://github.com/google/compile-testing</url> <tag>HEAD</tag> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <version>${truth.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <version>${java.version}</version> <scope>system</scope> <systemPath>${toolsjar}</systemPath> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>${jsr305.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <version>2.0.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>${auto-value.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> <compilerArgument>-Xlint:all</compilerArgument> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> <configuration> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> </plugin> </plugins> </build> <profiles> <profile> <id>default-profile</id> <activation> <activeByDefault>true</activeByDefault> <file> <exists>${java.home}/../lib/tools.jar</exists> </file> </activation> <properties> <toolsjar>${java.home}/../lib/tools.jar</toolsjar> </properties> </profile> <profile> <id>mac-profile</id> <activation> <activeByDefault>false</activeByDefault> <file> <exists>${java.home}/../Classes/classes.jar</exists> </file> </activation> <properties> <toolsjar>${java.home}/../Classes/classes.jar</toolsjar> </properties> </profile> <profile> <id>release</id> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals><goal>sign</goal></goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals><goal>jar</goal></goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>attach-docs</id> <goals><goal>jar</goal></goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>com.google.testing.compile</groupId> <artifactId>compile-testing</artifactId> <version>0.10</version> </dependency>
If you think the following compile-testing-0.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download compile-testing-0.10.jar file