is not current version
Last Version 1.4.1

com.github.stefanbirkner:fishbowl 1.1.1

Makes it possible to use the AAA (Arrange-Act-Assert) pattern for writing tests for code that throws an exception.

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

fishbowl
Version

Version

1.1.1
Type

Type

jar

Download fishbowl 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>fishbowl</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/
implementation 'com.github.stefanbirkner:fishbowl:1.1.1'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/
implementation ("com.github.stefanbirkner:fishbowl:1.1.1")
'com.github.stefanbirkner:fishbowl:jar:1.1.1'
<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.1.1">
  <artifact name="fishbowl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.1.1')
)
libraryDependencies += "com.github.stefanbirkner" % "fishbowl" % "1.1.1"
[com.github.stefanbirkner/fishbowl "1.1.1"]