is not current version
Last Version 2.10.2

io.github.zawn:retrofit-mock 2.10.1

An add-on to Retrofit for implementing fake services.

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

io.github.zawn
ArtifactId

ArtifactId

retrofit-mock
Version

Version

2.10.1
Type

Type

jar

Download retrofit-mock 2.10.1


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