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.
- Host: GitHub
- URL: https://github.com/gregswindle/cookiemaster-android
- Owner: gregswindle
- License: mit
- Created: 2017-04-08T08:13:44.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-14T01:23:15.000Z (over 1 year ago)
- Last Synced: 2025-02-13T16:49:18.793Z (over 1 year ago)
- Language: Groovy
- Size: 1.25 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `cookiemaster-android`
[](https://greenkeeper.io/)
[](http://www.opensource.org/licenses/MIT)
[](https://travis-ci.org/gregswindle/cookiemaster-android)
[](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
-
[](https://github.com/xvik/generator-lib-java)