<dependency> <groupId>com.fatwire.gst</groupId> <artifactId>gsf-cs-test</artifactId> <version>11.6.1</version> </dependency>
'com.fatwire.gst:gsf-cs-test:jar:11.6.1'
<dependency org="com.fatwire.gst" name="gsf-cs-test" rev="11.6.1"> <artifact name="gsf-cs-test" type="jar" /> </dependency>
@Grapes( @Grab(group='com.fatwire.gst', module='gsf-cs-test', version='11.6.1') )
compile 'com.fatwire.gst:gsf-cs-test:11.6.1'
[com.fatwire.gst/gsf-cs-test "11.6.1"]
libraryDependencies += "com.fatwire.gst" %% "gsf-cs-test" % "11.6.1"