| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGson Данные JSON |
| Группа | Группаfr.speekha.httpmocker |
| Идентификатор | Идентификаторgson-adapter |
| Последняя версия | Последняя версия2.0.0-alpha |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHTTP Mocker
A simple kotlin lib for mocking HTTP calls
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |