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.
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:
<dependency>
<groupId>io.proximax</groupId>
<artifactId>java-xpx-dfms-api-http</artifactId>
<version>${javaXpxDfmsVersion}</version>
</dependency>
compile "io.proximax:java-xpx-dfms-api-http:${javaXpxDfmsVersion}"
For SDK documentation and examples see wiki and JavaDoc.
Check integration tests for working examples how to use the library.
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.
Project is licensed under Apache License Version 2.0. See LICENSE file for details.
Copyright (c) 2019 ProximaX Limited