Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instant-solutions/shiva4j
A java implementation for the shiva-server REST API.
https://github.com/instant-solutions/shiva4j
Last synced: about 1 month ago
JSON representation
A java implementation for the shiva-server REST API.
- Host: GitHub
- URL: https://github.com/instant-solutions/shiva4j
- Owner: instant-solutions
- License: lgpl-3.0
- Created: 2013-03-27T20:36:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-02T16:27:41.000Z (over 11 years ago)
- Last Synced: 2024-05-01T09:51:54.358Z (8 months ago)
- Language: Java
- Size: 1.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shiva4j
=======A java implementation for the shiva-server REST API.
shiva-server on github: https://github.com/tooxie/shiva-server
Requirements
------------
**Apache Commons-IO 2.4** - Maven: commons-io:commons-io:2.4**Apache HttpClient 4.2.3** - Maven: org.apache.httpcomponents:httpclient:4.2.3 _(not needed on Android)_
**JSON** - Maven: org.json:json:20090211 _(not needed on Android)_
Documentation
-------------Javadoc can be found here: http://shiva.tripwire.at/javadoc/
TODO list
---------* Examples
+ How to use this lib?
+ How to build with gradle?