Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

kuzzleio/sdk-java

Repository files navigation

Deprecated, use the SDK JVM instead

Build Status

Official Kuzzle JAVA SDK

About Kuzzle

A backend software, self-hostable and ready to use to power modern apps.

You can access the Kuzzle repository on Github

SDK Documentation

The complete SDK documentation is available here

Protocol used

The JAVA SDK implements the websocket protocol.

Build jar

Execute the following snippet to clone the GIT repository, and build the SDK. It will then be available in the "build/" directory

git clone git@github.com:kuzzleio/sdk-java.git
cd sdk-java
./gradlew jar

You can then find the jars file in build/libs/

Installation

Bintray repository

The SDK is available for both x86 and amd64 architectures on bintray:

https://bintray.com/kuzzle/maven

Maven

<dependency>
  <groupId>io.kuzzle</groupId>
  <artifactId>kuzzle-sdk-java</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'io.kuzzle:kuzzle-sdk-java:3.0.0'

For amd64:

compile 'io.kuzzle:kuzzle-sdk-java:3.0.0'