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