не последняя версия
Последняя версия 1.4.1

com.github.stefanbirkner:fishbowl 1.0.0

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

Группа

Группа

com.github.stefanbirkner
Идентификатор

Идентификатор

fishbowl
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать fishbowl 1.0.0


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