Dependency Information

Apache Maven

<dependency>
  <groupId>com.facebook.swift</groupId>
  <artifactId>swift-generator</artifactId>
  <version>0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.facebook.swift:swift-generator:jar:0.2-SNAPSHOT'

Apache Ant

<dependency org="com.facebook.swift" name="swift-generator" rev="0.2-SNAPSHOT">
  <artifact name="swift-generator" type="jar" />
</dependency>

Groovy Grape

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

Grails

compile 'com.facebook.swift:swift-generator:0.2-SNAPSHOT'

Leiningen

[com.facebook.swift/swift-generator "0.2-SNAPSHOT"]

SBT

libraryDependencies += "com.facebook.swift" %% "swift-generator" % "0.2-SNAPSHOT"