Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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?