Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxirosson/jdroid-java-google-drive
Java Connector for Google Drive API
https://github.com/maxirosson/jdroid-java-google-drive
google-drive
Last synced: about 1 month ago
JSON representation
Java Connector for Google Drive API
- Host: GitHub
- URL: https://github.com/maxirosson/jdroid-java-google-drive
- Owner: maxirosson
- License: apache-2.0
- Created: 2015-11-05T00:18:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T03:14:56.000Z (over 5 years ago)
- Last Synced: 2024-10-12T16:13:58.175Z (2 months ago)
- Topics: google-drive
- Language: Java
- Homepage: http://jdroidtools.com
- Size: 99.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Java Connector for Google Drive
## Continuous Integration
|Branch|Status|Workflows|Insights|
| ------------- | ------------- | ------------- | ------------- |
|master|[![CircleCI](https://circleci.com/gh/maxirosson/jdroid-java-google-drive/tree/master.svg?style=svg)](https://circleci.com/gh/maxirosson/jdroid-java-google-drive/tree/master)|[Workflows](https://circleci.com/gh/maxirosson/workflows/jdroid-java-google-drive/tree/master)|[Insights](https://circleci.com/build-insights/gh/maxirosson/jdroid-java-google-drive/master)|
|production|[![CircleCI](https://circleci.com/gh/maxirosson/jdroid-java-google-drive/tree/production.svg?style=svg)](https://circleci.com/gh/maxirosson/jdroid-java-google-drive/tree/production)|[Workflows](https://circleci.com/gh/maxirosson/workflows/jdroid-java-google-drive/tree/production)|[Insights](https://circleci.com/build-insights/gh/maxirosson/jdroid-java-google-drive/production)|## Setup
Add the following configuration to your `build.gradle`, replacing X.Y.Z by the [latest version](https://github.com/maxirosson/jdroid-java-google-drive/releases/latest)
repositories {
jcenter()
}
dependencies {
implementation 'com.jdroidtools:jdroid-java-google-drive:X.Y.Z'
}## Donations
Help us to continue with this project:[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2UEBTRTSCYA9L)