Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.flex.flexjs.compiler</groupId>
  <artifactId>flexjs-maven-plugin</artifactId>
  <version>0.8.0-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.apache.flex.flexjs.compiler:flexjs-maven-plugin:maven-plugin:0.8.0-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.flex.flexjs.compiler" name="flexjs-maven-plugin" rev="0.8.0-SNAPSHOT">
  <artifact name="flexjs-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

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

Gradle/Grails

compile 'org.apache.flex.flexjs.compiler:flexjs-maven-plugin:0.8.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.flex.flexjs.compiler" % "flexjs-maven-plugin" % "0.8.0-SNAPSHOT"

Leiningen

[org.apache.flex.flexjs.compiler/flexjs-maven-plugin "0.8.0-SNAPSHOT"]