Retrofit-Helper

Retrofit auxiliary library.

License

License

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

io.github.alexmofer.retrofit
ArtifactId

ArtifactId

retrofit-helper
Last Version

Last Version

2.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

Retrofit-Helper
Retrofit auxiliary library.
Project URL

Project URL

https://github.com/AlexMofer/RetrofitHelper
Source Code Management

Source Code Management

https://github.com/AlexMofer/RetrofitHelper

Download retrofit-helper

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.9.0