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