<dependency> <groupId>com.spotify</groupId> <artifactId>flo-runner</artifactId> <version>0.6.3</version> </dependency>
'com.spotify:flo-runner:jar:0.6.3'
<dependency org="com.spotify" name="flo-runner" rev="0.6.3"> <artifact name="flo-runner" type="jar" /> </dependency>
@Grapes( @Grab(group='com.spotify', module='flo-runner', version='0.6.3') )
compile 'com.spotify:flo-runner:0.6.3'
[com.spotify/flo-runner "0.6.3"]
libraryDependencies += "com.spotify" % "flo-runner" % "0.6.3"