is not current version
Last Version 8.2.2

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


Categories

Categories

Mockito Unit Testing
GroupId

GroupId

io.github.theangrydev.fluentbdd
ArtifactId

ArtifactId

mockito-extensions
Version

Version

8.1.1
Type

Type

jar

Download mockito-extensions 8.1.1


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