java-libstorj

Java bindings for libstorj

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

io.storj
Идентификатор

Идентификатор

libstorj-java
Последняя версия

Последняя версия

0.8.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-libstorj
Java bindings for libstorj
Ссылка на сайт

Ссылка на сайт

https://github.com/Storj/java-libstorj
Система контроля версий

Система контроля версий

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

Скачать libstorj-java

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.8.3
0.8.2
0.8.1
0.8
0.7.3
0.7.2
0.7.1