is not current version
Last Version 0.16.0

com.github.tonivade:zeromock-junit5 0.10.0

Mock Http Server (mostly) without dependencies

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

zeromock-junit5
Version

Version

0.10.0
Type

Type

jar

Download zeromock-junit5 0.10.0


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