Coder Social home page Coder Social logo

httpclient-android's Introduction

httpclient-android Build Status

Build script and dependencies to create repackaged upstream version of HttpClient and depdendencies (HttpMime, HttpCore, HttpClient-Cache) and get it working on Android API version from 3 to 23

Current version: 4.4.1.1 (originating from upstream HttpClient 4.4.1 version)

Usage

Download the repository and simply hit ./build.sh script

Dependencies

Required dependencies are:

  • JDK 6 or newer
  • Gradle 2.4 or newer
  • find, grep, svn, patch and sed (or gsed for OS X)
  • for Kerberos support you need Android NDK, git and swig

## Configuration

Build params (ENV variables) you can use:

  • USE_GRADLE_WRAPPER, set to 0 if you want to use current Gradle from PATH
  • UPDATE_UPSTREAM, whether the build script should download SVN/GIT/... sources again (useful for recurring builds)
  • SED_CMD used variant of SED utility (default is sed -i on linux and gsed -i on Mac OS X)
  • INCLUDE_JGSS_API, experimental, whether to include Kerberos API and Negotiate, SPNego, GGS, Kerberos Auth schemes implementation
  • VERBOSE, set to 1 to get more verbose output

Maven Central

This repository version will publish the library under namespace cz.msebera.android:httpclient:4.4.1.1

## Maven Local

Using gradle installArchives will install the library to local Maven repository

Gradle

Gradle dependency string, once you have it installed

dependencies {
  compile "cz.msebera.android:httpclient:4.4.1.1"
}

Or you can simply depend on the project, like this (httpclient-android is resulting Gradle project dir)

dependencies {
  compile project("/path/to/generated/project/httpclient-android")
}

httpclient-android's People

Contributors

richardfontana avatar smarek avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.