Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

kamax-matrix/matrix-java-sdk

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Arne Augenstein
Nov 18, 2017
16bcbc6 · Nov 18, 2017

History

65 Commits
Aug 15, 2017
Sep 17, 2017
Nov 18, 2017
Sep 17, 2017
Apr 26, 2017
Apr 26, 2017
Oct 2, 2017
Oct 31, 2017
Aug 15, 2017
Apr 26, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017

Repository files navigation

Matrix Client SDK for Java

Build Status

Purpose

Matrix SDK in Java 1.8 for:

  • Client -> Identity Server
  • Application Server -> Homeserver

Use

Gradle

repositories {
    maven {
        url 'https://kamax.io/maven/releases/'
    }
}

dependencies {
    compile 'io.kamax:matrix-java-sdk:USE_LATEST_TAG'
}

Maven

<repositories>
    <repository>
        <name>kamax-io</name>
        <url>https://kamax.io/maven/releases/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>io.kamax</groupId>
        <artifactId>matrix-java-sdk</artifactId>
        <version>USE_LATEST_TAG</version>
    </dependency>
</dependencies>

WARNING: This SDK was originally created to support Kamax.io projects and is therefore not necessarly complete. It will be built as the various projects evolve and grow. The SDK is therefore still in Alpha.

Contribute

Contributions and PRs are welcome to turn this into a fully fledged Matrix Java SDK.
Your code will be licensed under AGPLv3

Contact

Matrix:

Email: