proximax-storage / java-xpx-dfms-api-http

Official ProximaX Sirius Storage HTTP Java API
Apache License 2.0
2 stars 0 forks source link

ProximaX DFMS Storage Java SDK

License Coverage Status Build Status

ProximaX DFMS Storage Java SDK

Official ProximaX DFMS Storage Java SDK Library in Java.

The ProximaX DFMS Storage Java SDK is a Java library for interacting with the DFMS storage. It provides a complete library set coverage, and supports synchronous and asynchronous requests. This SDK can be used with JVM-based languages like Java, Kotlin, Scala.

Use the library

See wiki for latest version of the project.

This library requires use of Java8. Releases of library are published to Maven Central and snapshots are available in Sonatype snapshot repository. To include library and its dependencies, add following to your build script:

Maven

<dependency>
    <groupId>io.proximax</groupId>
    <artifactId>java-xpx-dfms-api-http</artifactId>
    <version>${javaXpxDfmsVersion}</version>
</dependency>

Gradle

compile "io.proximax:java-xpx-dfms-api-http:${javaXpxDfmsVersion}"

Documentation

For SDK documentation and examples see wiki and JavaDoc.

Check integration tests for working examples how to use the library.

Contribution

We'd love to get more people involved in the project. Please feel free to raise issue or PR and we'll review your contribution.

License

Project is licensed under Apache License Version 2.0. See LICENSE file for details.

Copyright (c) 2019 ProximaX Limited