The Nimbits Platform is a flexible, free form api and rule engine for connecting systems together. This repo contains the Open Source Java Client libraries for interacting with a Nimbits Server instance. Learn more at nimbits.com to install your own Nimbits Server or connect to our Cloud.
nimbits.io is a java client you can use to connect your java and Android apps to a Nimbits Server or the Nimbits Cloud.
Import it into your project automatically using maven, gradle or ivy. Get the latest version from https://bintray.com/nimbits-admin/nimbits.io/nimbits-io
<dependency>
<groupId>com.nimbits</groupId>
<artifactId>nimbits_io</artifactId>
<version></version>
<type>pom</type>
</dependency>