is not current version
Last Version 8.2.2

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


Categories

Categories

Mockito Unit Testing
GroupId

GroupId

io.github.theangrydev.fluentbdd
ArtifactId

ArtifactId

mockito-extensions
Version

Version

7.2.1
Type

Type

jar

Download mockito-extensions 7.2.1


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