Skip to content

fqingyang/retrofit

This branch is 1095 commits behind square/retrofit:trunk.

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2014
Feb 21, 2016
Sep 17, 2016
Sep 17, 2016
Sep 17, 2016
Sep 20, 2016
Sep 17, 2016
Jul 21, 2016
Jun 2, 2016
Aug 23, 2015
May 11, 2015
Jun 15, 2016
Apr 10, 2012
Jun 15, 2016
Feb 26, 2016
Oct 26, 2015
Sep 17, 2016

Repository files navigation

Retrofit

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

For more information please see the website.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>retrofit</artifactId>
  <version>2.1.0</version>
</dependency>

or Gradle:

compile 'com.squareup.retrofit2:retrofit:2.1.0'

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

Retrofit requires at minimum Java 7 or Android 2.3.

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.3%
  • HTML 2.8%
  • Other 0.9%