License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdfr.speekha.httpmocker |
ArtifactId | ArtifactIdgson-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 |
Filename | Size |
---|---|
gson-adapter-2.0.0-alpha.pom | |
gson-adapter-2.0.0-alpha.jar | 31 KB |
gson-adapter-2.0.0-alpha-sources.jar | 8 KB |
gson-adapter-2.0.0-alpha-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.speekha.httpmocker/gson-adapter/ -->
<dependency>
<groupId>fr.speekha.httpmocker</groupId>
<artifactId>gson-adapter</artifactId>
<version>2.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/gson-adapter/
implementation 'fr.speekha.httpmocker:gson-adapter:2.0.0-alpha'
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/gson-adapter/
implementation ("fr.speekha.httpmocker:gson-adapter:2.0.0-alpha")
'fr.speekha.httpmocker:gson-adapter:jar:2.0.0-alpha'
<dependency org="fr.speekha.httpmocker" name="gson-adapter" rev="2.0.0-alpha">
<artifact name="gson-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.speekha.httpmocker', module='gson-adapter', version='2.0.0-alpha')
)
libraryDependencies += "fr.speekha.httpmocker" % "gson-adapter" % "2.0.0-alpha"
[fr.speekha.httpmocker/gson-adapter "2.0.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
fr.speekha.httpmocker : mocker-core-jvm | jar | 2.0.0-alpha |
com.google.code.gson : gson | jar | 2.8.6 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |