Skip to content

Latest commit

 

History

History
 
 

wire

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Wire Converter

A Converter which uses Wire for protocol buffer-compatible serialization.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>converter-wire</artifactId>
  <version>latest.version</version>
</dependency>

or Gradle:

implementation 'com.squareup.retrofit2:converter-wire:latest.version'

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