Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.flex.flexjs.compiler</groupId>
  <artifactId>compiler-test-utils</artifactId>
  <version>0.8.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.apache.flex.flexjs.compiler:compiler-test-utils:jar:0.8.0-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.flex.flexjs.compiler" name="compiler-test-utils" rev="0.8.0-SNAPSHOT">
  <artifact name="compiler-test-utils" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.flex.flexjs.compiler', module='compiler-test-utils', version='0.8.0-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.flex.flexjs.compiler:compiler-test-utils:0.8.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.flex.flexjs.compiler" % "compiler-test-utils" % "0.8.0-SNAPSHOT"

Leiningen

[org.apache.flex.flexjs.compiler/compiler-test-utils "0.8.0-SNAPSHOT"]