Download compile-testing-1.0.1.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 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

compile-testing-1.0.1-javadoc.jar
compile-testing-1.0.1-sources.jar
compile-testing-1.0.1.jar
compile-testing-1.0.1.pom



Related Tutorials