Fishbowl is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>fishbowl</artifactId>
  <version>1.4.1</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:fishbowl:jar:1.4.1'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.4.1">
  <artifact name="fishbowl" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.4.1')
)

Use in Grails

compile 'com.github.stefanbirkner:fishbowl:1.4.1'