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

name.falgout.jeffrey.testing.junit5:mockito-extension 1.0.2

Mockito for JUnit 5

Категории

Категории

JUnit Тестирование компонентов Mockito
Группа

Группа

name.falgout.jeffrey.testing.junit5
Идентификатор

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

mockito-extension
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать mockito-extension 1.0.2


<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/ -->
<dependency>
    <groupId>name.falgout.jeffrey.testing.junit5</groupId>
    <artifactId>mockito-extension</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/
implementation 'name.falgout.jeffrey.testing.junit5:mockito-extension:1.0.2'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/
implementation ("name.falgout.jeffrey.testing.junit5:mockito-extension:1.0.2")
'name.falgout.jeffrey.testing.junit5:mockito-extension:jar:1.0.2'
<dependency org="name.falgout.jeffrey.testing.junit5" name="mockito-extension" rev="1.0.2">
  <artifact name="mockito-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing.junit5', module='mockito-extension', version='1.0.2')
)
libraryDependencies += "name.falgout.jeffrey.testing.junit5" % "mockito-extension" % "1.0.2"
[name.falgout.jeffrey.testing.junit5/mockito-extension "1.0.2"]