An open API service indexing awesome lists of open source software.

https://github.com/gregswindle/cookiemaster-android

Native Android extraction from com.cordova.plugins.cookiemaster.CookieMaster for reuse in native Android as well as Cordova.
https://github.com/gregswindle/cookiemaster-android

Last synced: 4 months ago
JSON representation

Native Android extraction from com.cordova.plugins.cookiemaster.CookieMaster for reuse in native Android as well as Cordova.

Awesome Lists containing this project

README

          

# `cookiemaster-android`

[![Greenkeeper badge](https://badges.greenkeeper.io/gregswindle/cookiemaster-android.svg)](https://greenkeeper.io/)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://www.opensource.org/licenses/MIT)
[![Build Status](http://img.shields.io/travis/gregswindle/cookiemaster-android.svg?style=flat&branch=master)](https://travis-ci.org/gregswindle/cookiemaster-android)
[![Coverage Status](https://img.shields.io/coveralls/gregswindle/cookiemaster-android.svg?style=flat)](https://coveralls.io/r/gregswindle/cookiemaster-android?branch=master)

### About

Native Android extraction from `com.cordova.plugins.cookiemaster.CookieMaster` for reuse in native Android as well as Cordova.

Features:
* Feature 1
* Feature 2

### Setup

Releases are published to [bintray jcenter](https://bintray.com/gregswindle/cookiemaster-android/cookiemaster-android/) and
[maven central](https://maven-badges.herokuapp.com/maven-central/com.verizon.api/cookiemaster-android).

#### Maven

```xml

com.verizon.api
cookiemaster-android
0.1.0

```

#### Gradle

```groovy
compile 'com.verizon.api:cookiemaster-android:0.1.0'
```

#### Snapshots

You can use snapshot versions through [JitPack](https://jitpack.io):

1. Go to [JitPack project page](https://jitpack.io/#gregswindle/cookiemaster-android)
2. Select `Commits` section and click `Get it` on commit you want to use (top one - the most recent)
3. Follow displayed instruction: add repository and change dependency (NOTE: due to JitPack convention artifact group will be different)

### Usage

-
[![java lib generator](http://img.shields.io/badge/Powered%20by-%20Java%20lib%20generator-green.svg?style=flat-square)](https://github.com/xvik/generator-lib-java)