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

com.github.tonivade:zeromock-junit5 0.9.0

Mock Http Server (mostly) without dependencies

Категории

Категории

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

Группа

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

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

zeromock-junit5
Версия

Версия

0.9.0
Тип

Тип

jar

Скачать zeromock-junit5 0.9.0


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