Retrofit-Helper

Retrofit auxiliary library.

Лицензия

Лицензия

Категории

Категории

Retrofit Сеть HTTP Clients
Группа

Группа

io.github.alexmofer.retrofit
Идентификатор

Идентификатор

retrofit-helper
Последняя версия

Последняя версия

2.9.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Retrofit-Helper
Retrofit auxiliary library.
Ссылка на сайт

Ссылка на сайт

https://github.com/AlexMofer/RetrofitHelper
Система контроля версий

Система контроля версий

https://github.com/AlexMofer/RetrofitHelper

Скачать retrofit-helper

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : retrofit jar 2.9.0
com.squareup.okhttp3 : logging-interceptor jar 4.9.1
com.squareup.retrofit2 : converter-gson jar 2.9.0
com.google.code.gson : gson jar 2.8.6

Модули Проекта

Данный проект не имеет модулей.

Retrofit Helper

介绍

Retrofit辅助库,Gson解析,请求日志打印,解决回调强引用问题。

使用

引用:

dependencies {
    ...
    implementation 'io.github.alexmofer.retrofit:retrofit-helper:2.9.0'
    ...
}

支持

许可

Copyright 2021 AlexMofer

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Версии библиотеки

Версия
2.9.0