/java-libstorj

Java library for encrypted file transfer on the Storj network.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

java-libstorj

Storj.io Build Status Maven Central Javadocs

Java library for encrypted file transfer on the Storj network via bindings to libstorj.

For building Android applications it is recommended to use the android-libstorj library.

Setup

Gradle

dependencies {
    compile 'io.storj:libstorj-java:0.8.1'
}

Maven

<dependency>
  <groupId>io.storj</groupId>
  <artifactId>libstorj-java</artifactId>
  <version>0.8.1</version>
</dependency>