| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWire Данные Data Structures Square Прикладные библиотеки Financial Retrofit Сеть HTTP Clients |
| Группа | Группаcom.squareup.retrofit |
| Идентификатор | Идентификаторconverter-wire |
| Версия | Версия2.0.0-beta2 |
| Тип | Типjar |
| Описание |
ОписаниеConverter: Wire Protocol Buffers
Type-safe HTTP client for Android and Java by Square, Inc.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| converter-wire-2.0.0-beta2.pom | |
| converter-wire-2.0.0-beta2.jar | 4 KB |
| converter-wire-2.0.0-beta2-sources.jar | 3 KB |
| converter-wire-2.0.0-beta2-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/converter-wire/ -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-wire</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-wire/
implementation 'com.squareup.retrofit:converter-wire:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-wire/
implementation ("com.squareup.retrofit:converter-wire:2.0.0-beta2")
'com.squareup.retrofit:converter-wire:jar:2.0.0-beta2'
<dependency org="com.squareup.retrofit" name="converter-wire" rev="2.0.0-beta2">
<artifact name="converter-wire" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='converter-wire', version='2.0.0-beta2')
)
libraryDependencies += "com.squareup.retrofit" % "converter-wire" % "2.0.0-beta2"
[com.squareup.retrofit/converter-wire "2.0.0-beta2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.retrofit : retrofit | jar | 2.0.0-beta2 |
| com.squareup.wire : wire-runtime | jar | 1.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.squareup.okhttp : mockwebserver | jar | 2.5.0 |
| org.assertj : assertj-core | jar | 1.7.0 |