Matrix SDK in Java 1.8 for:
- Client -> Identity Server
- Application Server -> Homeserver
repositories {
maven {
url 'https://kamax.io/maven/releases/'
}
}
dependencies {
compile 'io.kamax:matrix-java-sdk:USE_LATEST_TAG'
}
<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.
Contributions and PRs are welcome to turn this into a fully fledged Matrix Java SDK.
Your code will be licensed under AGPLv3
Matrix:
- Join #matrix-java-sdk:kamax.io
- Read-only view
Email:
- On our website Kamax.io