Dependency Information

Apache Maven

<dependency>
  <groupId>com.fatwire.gst</groupId>
  <artifactId>gst-foundation-all</artifactId>
  <version>11.6.1</version>
</dependency>

Apache Buildr

'com.fatwire.gst:gst-foundation-all:jar:11.6.1'

Apache Ant

<dependency org="com.fatwire.gst" name="gst-foundation-all" rev="11.6.1">
  <artifact name="gst-foundation-all" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.fatwire.gst', module='gst-foundation-all', version='11.6.1')
)

Grails

compile 'com.fatwire.gst:gst-foundation-all:11.6.1'

Leiningen

[com.fatwire.gst/gst-foundation-all "11.6.1"]

SBT

libraryDependencies += "com.fatwire.gst" %% "gst-foundation-all" % "11.6.1"