Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuzzleio/sdk-java

Official Java SDK for Kuzzle
https://github.com/kuzzleio/sdk-java

java kuzzle kuzzle-sdk offline-first

Last synced: 3 months ago
JSON representation

Official Java SDK for Kuzzle

Awesome Lists containing this project

README

        

# Deprecated, use the SDK JVM instead

[![Build Status](https://travis-ci.org/kuzzleio/sdk-java.svg?branch=master)](https://travis-ci.org/kuzzleio/sdk-java)

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](https://github.com/kuzzleio/kuzzle)

## SDK Documentation

The complete SDK documentation is available [here](https://docs.kuzzle.io/sdk/java/3)

## 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

```sh
git clone [email protected]: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

```xml

io.kuzzle
kuzzle-sdk-java
3.0.0
pom

```

### Gradle

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

For amd64:

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