Samples

Type-safe REST client for Android and Java by Square, Inc.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Samples
Type-safe REST client for Android and Java by Square, Inc.
Организация-разработчик

Организация-разработчик

Square, Inc.

Скачать samples

Имя Файла Размер
samples-1.0.2.pom 617 bytes
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • github-client

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.retrofit

Square

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

Версия
1.0.2
1.0.1
1.0.0