Installing

The package is available on Bintray and in JCenter.

Gradle

compile 'org.saltyrtc.client:saltyrtc-client:0.14.1'

Maven

<dependency>
  <groupId>org.saltyrtc.client</groupId>
  <artifactId>saltyrtc-client</artifactId>
  <version>0.14.1</version>
  <type>pom</type>
</dependency>

Dependency verification

This project uses gradle-witness to make sure that you always get the exact same versions of your dependencies.

The SHA256 hashes for the published releases of this project can be found in the README file.