Download compile-testing-0.9.jar file - Jar c

Jar examples for c:compile-testing

Description

Utilities for testing compilation. Fork from com.abubusoft.testing.compile

You can download jar file compile-testing 0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add compile-testing-0.9.jar to your project.

<dependency>
   <groupId>com.google.testing.compile</groupId>
   <artifactId>compile-testing</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'com.google.testing.compile', name: 'compile-testing', version: '0.9'
libraryDependencies += "com.google.testing.compile" % "compile-testing" % "0.9"
<dependency org="com.google.testing.compile" name="compile-testing" rev="0.9"/>
@Grapes(@Grab(group='com.google.testing.compile', module='compile-testing', version='0.9'))
'com.google.testing.compile:compile-testing:jar:0.9'

Download

Click the following link to download the jar file.

compile-testing-0.9-javadoc.jar
compile-testing-0.9-site.jar
compile-testing-0.9-sources.jar
compile-testing-0.9.jar
compile-testing-0.9.pom



Related Tutorials