README.md 1.8 KB
Newer Older
J
Jake Wharton 已提交
1 2 3
Retrofit
========

J
Jake Wharton 已提交
4
Type-safe HTTP client for Android and Java by Square, Inc.
J
Jake Wharton 已提交
5

J
Jake Wharton 已提交
6
For more information please see [the website][1].
J
Jake Wharton 已提交
7 8


J
Jake Wharton 已提交
9 10
Download
--------
J
Jake Wharton 已提交
11

J
Jesse Wilson 已提交
12
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.8.0`.
13 14 15

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

J
Jake Wharton 已提交
16
Retrofit requires at minimum Java 8+ or Android API 21+.
J
Jake Wharton 已提交
17 18


19 20
R8 / ProGuard
-------------
R
Roman Parshikov 已提交
21

J
Jake Wharton 已提交
22
If you are using R8 the shrinking and obfuscation rules are included automatically.
R
Roman Parshikov 已提交
23

J
Jake Wharton 已提交
24
ProGuard users must manually add the options from
25 26
[retrofit2.pro][proguard file].
You might also need [rules for OkHttp][okhttp proguard] and [Okio][okio proguard] which are dependencies of this library.
J
Jake Wharton 已提交
27

28

29 30 31
License
=======

J
Jake Wharton 已提交
32
    Copyright 2013 Square, Inc.
J
Jake Wharton 已提交
33

34 35 36
    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
J
Jake Wharton 已提交
37

38
       http://www.apache.org/licenses/LICENSE-2.0
J
Jake Wharton 已提交
39

40 41 42 43 44
    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.
J
Jake Wharton 已提交
45 46


47
 [1]: https://square.github.io/retrofit/
J
John Carlson 已提交
48
 [2]: https://search.maven.org/remote_content?g=com.squareup.retrofit2&a=retrofit&v=LATEST
49
 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
50 51 52
 [proguard file]: https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro
 [okhttp proguard]: https://square.github.io/okhttp/#r8-proguard
 [okio proguard]: https://square.github.io/okio/#r8-proguard