HTTP Mocker

A simple kotlin lib for mocking HTTP calls

License

License

Categories

Categories

Moshi Data JSON
GroupId

GroupId

fr.speekha.httpmocker
ArtifactId

ArtifactId

moshi-adapter
Last Version

Last Version

2.0.0-alpha
Release Date

Release Date

Type

Type

jar
Description

Description

HTTP Mocker
A simple kotlin lib for mocking HTTP calls
Project URL

Project URL

https://github.com/speekha/httpmocker/

Download moshi-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/fr.speekha.httpmocker/moshi-adapter/ -->
<dependency>
    <groupId>fr.speekha.httpmocker</groupId>
    <artifactId>moshi-adapter</artifactId>
    <version>2.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/moshi-adapter/
implementation 'fr.speekha.httpmocker:moshi-adapter:2.0.0-alpha'
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/moshi-adapter/
implementation ("fr.speekha.httpmocker:moshi-adapter:2.0.0-alpha")
'fr.speekha.httpmocker:moshi-adapter:jar:2.0.0-alpha'
<dependency org="fr.speekha.httpmocker" name="moshi-adapter" rev="2.0.0-alpha">
  <artifact name="moshi-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.speekha.httpmocker', module='moshi-adapter', version='2.0.0-alpha')
)
libraryDependencies += "fr.speekha.httpmocker" % "moshi-adapter" % "2.0.0-alpha"
[fr.speekha.httpmocker/moshi-adapter "2.0.0-alpha"]

Dependencies

compile (3)

Group / Artifact Type Version
fr.speekha.httpmocker : mocker-core-jvm jar 2.0.0-alpha
com.squareup.moshi : moshi jar 1.11.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.31

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0-alpha
1.3.0
1.2.0