Dependency Information

Apache Maven

<dependency>
  <groupId>com.facebook.mojo</groupId>
  <artifactId>swift-maven-plugin</artifactId>
  <version>0.2-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.facebook.mojo:swift-maven-plugin:maven-plugin:0.2-SNAPSHOT'

Apache Ant

<dependency org="com.facebook.mojo" name="swift-maven-plugin" rev="0.2-SNAPSHOT">
  <artifact name="swift-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.facebook.mojo', module='swift-maven-plugin', version='0.2-SNAPSHOT')
)

Grails

compile 'com.facebook.mojo:swift-maven-plugin:0.2-SNAPSHOT'

Leiningen

[com.facebook.mojo/swift-maven-plugin "0.2-SNAPSHOT"]

SBT

libraryDependencies += "com.facebook.mojo" %% "swift-maven-plugin" % "0.2-SNAPSHOT"