Dependency Information

Apache Maven

<dependency>
  <groupId>com.facebook.swift</groupId>
  <artifactId>swift-root</artifactId>
  <version>0.2-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.facebook.swift:swift-root:pom:0.2-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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