Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/java-json-http-client
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
https://github.com/artcom/java-json-http-client
Last synced: about 1 month ago
JSON representation
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
- Host: GitHub
- URL: https://github.com/artcom/java-json-http-client
- Owner: artcom
- License: mit
- Created: 2018-01-31T15:05:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T10:20:57.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T06:36:35.721Z (3 months ago)
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Http Client for Java
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
## Building from source with Gradle
From command line: `./gradlew build`## Android Studio
From Android Studio: File -> Import Project