Fishbowl is available from the Maven repository.
<dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>fishbowl</artifactId> <version>1.4.1</version> </dependency>
'com.github.stefanbirkner:fishbowl:jar:1.4.1'
<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.4.1"> <artifact name="fishbowl" type="jar"/> </dependency>
@Grapes( @Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.4.1') )
compile 'com.github.stefanbirkner:fishbowl:1.4.1'