Download compiler-test-utils-0.9.0.jar file - Jar c

Jar examples for c:compiler-test-utils

Description

Shared test code, which is needed by the compiler and the compiler-jx test-suites.

You can download jar file compiler-test-utils 0.9.0 in this page.

License

Apache License

Build File

You can use the following script to add compiler-test-utils-0.9.0.jar to your project.

<dependency>
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-test-utils</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'org.apache.royale.compiler', name: 'compiler-test-utils', version: '0.9.0'
libraryDependencies += "org.apache.royale.compiler" % "compiler-test-utils" % "0.9.0"
<dependency org="org.apache.royale.compiler" name="compiler-test-utils" rev="0.9.0"/>
@Grapes(@Grab(group='org.apache.royale.compiler', module='compiler-test-utils', version='0.9.0'))
'org.apache.royale.compiler:compiler-test-utils:jar:0.9.0'

Download

Click the following link to download the jar file.

compiler-test-utils-0.9.0-javadoc.jar
compiler-test-utils-0.9.0-sources.jar
compiler-test-utils-0.9.0.jar
compiler-test-utils-0.9.0.pom



Related Tutorials