is not current version
Last Version 0.16.0

com.github.tonivade:zeromock-junit4 0.7.0

Mock Http Server (mostly) without dependencies

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

zeromock-junit4
Version

Version

0.7.0
Type

Type

jar

Download zeromock-junit4 0.7.0


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