Retrofit

A type-safe HTTP client for Android and Java.

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial Retrofit Сеть HTTP Clients
Группа

Группа

com.squareup.retrofit2
Идентификатор

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

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

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

2.9.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Retrofit
A type-safe HTTP client for Android and Java.
Ссылка на сайт

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

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

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

https://github.com/square/retrofit/

Скачать retrofit

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.squareup.okhttp3 : okhttp jar 3.14.9

test (7)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.50
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.2
retrofit.retrofit » test-helpers jar unspecified
junit : junit jar 4.13
org.assertj : assertj-core jar 3.13.2
com.google.guava : guava jar 28.1-jre
com.squareup.okhttp3 : mockwebserver jar 3.14.9

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

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

Retrofit

A type-safe HTTP client for Android and Java.

For more information please see the website.

Download

Download the latest JAR or grab from Maven central at the coordinates com.squareup.retrofit2:retrofit:2.9.0.

Snapshots of the development version are available in Sonatype's snapshots repository.

Retrofit requires at minimum Java 8+ or Android API 21+.

R8 / ProGuard

If you are using R8 the shrinking and obfuscation rules are included automatically.

ProGuard users must manually add the options from retrofit2.pro. You might also need rules for OkHttp and Okio which are dependencies of this library.

License

Copyright 2013 Square, Inc.

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.
com.squareup.retrofit2

Square

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

Версия
2.9.0
2.8.2
2.8.1
2.8.0
2.7.2
2.7.1
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-beta4
2.0.0-beta3