Inactive development: The development of this library has been suspended. Please refer to the JavaScript lib for features you would expect in a Pryv client library. If you want a certain feature in the Java library, please contact us on our community forum or hsupport@pryv.com.
Java library to authorize, authenticate and access Pryv users data as defined in the Pryv API.
compile 'com.pryv:commons:2.1.1'
<dependency>
<groupId>com.pryv</groupId>
<artifactId>commons</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
Our Bintray page hosts the sources (jar) of the libs under the Files tab.
Download and import the following jar file listed below in your libs folder: commons-2.1.1.jar
Please see https://github.com/pryv/app-java-examples.
Please see https://github.com/pryv/app-android-example.
Use the Gradle Wrapper to run the following tasks:
gradlew install
builds the project.
gradlew test
runs the tests.
gradlew test -i
runs the tests in verbose mode.
gradlew -Dtest.single={TestClassName} test
runs a single test class.
Pryv provides this software for educational and demonstration purposes with no support or warranty.