License |
License |
---|---|
Categories |
CategoriesMoshi Data JSON |
GroupId | GroupIdfr.speekha.httpmocker |
ArtifactId | ArtifactIdmoshi-adapter |
Last Version | Last Version2.0.0-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP Mocker
A simple kotlin lib for mocking HTTP calls
|
Project URL |
Project URL |
<!-- 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"]
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 |