is not current version
Last Version 8.2.2

io.github.theangrydev.fluentbdd:mockito-extensions 8.1.0


Categories

Categories

Mockito Unit Testing
GroupId

GroupId

io.github.theangrydev.fluentbdd
ArtifactId

ArtifactId

mockito-extensions
Version

Version

8.1.0
Type

Type

jar

Download mockito-extensions 8.1.0


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