is not current version
Last Version 0.9.0

com.github.tonivade:zeromock-core 0.6.0

Mock Http Server (mostly) without dependencies

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

zeromock-core
Version

Version

0.6.0
Type

Type

jar

Download zeromock-core 0.6.0


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