Skip to content

Pryv library for Java & Android

Notifications You must be signed in to change notification settings

gs0-debiotech/lib-java

 
 

Repository files navigation

Pryv library for Java and Android

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.

Docs

Import

Gradle

compile 'com.pryv:commons:2.1.1'

Maven

<dependency>
  <groupId>com.pryv</groupId>
  <artifactId>commons</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>

Jar

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

Java Integration

Please see https://github.com/pryv/app-java-examples.

Android Integration

Please see https://github.com/pryv/app-android-example.

Contribute

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.

Support and warranty

Pryv provides this software for educational and demonstration purposes with no support or warranty.

License

Revised BSD license

About

Pryv library for Java & Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%