java-libstorj

Java bindings for libstorj

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.storj
ArtifactId

ArtifactId

libstorj-java
Last Version

Last Version

0.8.3
Release Date

Release Date

Type

Type

jar
Description

Description

java-libstorj
Java bindings for libstorj
Project URL

Project URL

https://github.com/Storj/java-libstorj
Source Code Management

Source Code Management

https://github.com/Storj/java-libstorj

Download libstorj-java

How to add to project

<!-- https://jarcasting.com/artifacts/io.storj/libstorj-java/ -->
<dependency>
    <groupId>io.storj</groupId>
    <artifactId>libstorj-java</artifactId>
    <version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.storj/libstorj-java/
implementation 'io.storj:libstorj-java:0.8.3'
// https://jarcasting.com/artifacts/io.storj/libstorj-java/
implementation ("io.storj:libstorj-java:0.8.3")
'io.storj:libstorj-java:jar:0.8.3'
<dependency org="io.storj" name="libstorj-java" rev="0.8.3">
  <artifact name="libstorj-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.storj', module='libstorj-java', version='0.8.3')
)
libraryDependencies += "io.storj" % "libstorj-java" % "0.8.3"
[io.storj/libstorj-java "0.8.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Notice: Development on this repository is currently on pause during our v3 rearchitecture. Please see storj/storj for ongoing v3 development.

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

The library consists of a Java archive (JAR) and native shared libraries.

The JAR can be fetched via Gradle or Maven, or downloaded from Maven Central.

Gradle

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

Maven

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

Native Libraries

Pre-build native libraries for Windows, Linux and macOS can be downloaded from the latest release on GitHub.

The native libraries should be extracted to a location within the Java libary path. Usually it is just enough to have them all in the working directory of the application.

On Linux it might be also necessary to set the LD_LIBRARY_PATH environment variable to the same location.

Some system you may observe the error Problem with the SSL CA cert (path? access rights?). This happens if the curl library cannot detect the location of the SSL CA certificates bundle. The latter can be manually set using the STORJ_CAINFO environment variable. If there is no suitable bundle on the system, one can be downloaded from here.

io.storj

Storj Labs

Storj Labs is Building the Decentralized Future

Versions

Version
0.8.3
0.8.2
0.8.1
0.8
0.7.3
0.7.2
0.7.1