<dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>fishbowl</artifactId> <version>1.4.0</version> </dependency>
implementation 'com.github.stefanbirkner:fishbowl:1.4.0'
implementation("com.github.stefanbirkner:fishbowl:1.4.0")
libraryDependencies += "com.github.stefanbirkner" % "fishbowl" % "1.4.0"
@Grapes( @Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.4.0') )
<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.4.0" />
[com.github.stefanbirkner/fishbowl "1.4.0"]
'com.github.stefanbirkner:fishbowl:jar:1.4.0'