io.github.ma1uta.matrix:common-sdk

SDK for clients and bots

License

License

GroupId

GroupId

io.github.ma1uta.matrix
ArtifactId

ArtifactId

common-sdk
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

SDK for clients and bots

Download common-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.ma1uta.matrix/common-sdk/ -->
<dependency>
    <groupId>io.github.ma1uta.matrix</groupId>
    <artifactId>common-sdk</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ma1uta.matrix/common-sdk/
implementation 'io.github.ma1uta.matrix:common-sdk:0.4.0'
// https://jarcasting.com/artifacts/io.github.ma1uta.matrix/common-sdk/
implementation ("io.github.ma1uta.matrix:common-sdk:0.4.0")
'io.github.ma1uta.matrix:common-sdk:jar:0.4.0'
<dependency org="io.github.ma1uta.matrix" name="common-sdk" rev="0.4.0">
  <artifact name="common-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ma1uta.matrix', module='common-sdk', version='0.4.0')
)
libraryDependencies += "io.github.ma1uta.matrix" % "common-sdk" % "0.4.0"
[io.github.ma1uta.matrix/common-sdk "0.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.ma1uta.matrix : common-api jar 0.5.0

Project Modules

There are no modules declared in this project.

Matrix Java sdk.

A set of the SDK to write client and server implementation of the Matrix protocol. Based on Jeon API.

Modules

client-sdk

Matrix client with the full support of the Client-Server API.

bot-sdk

Core classes to write bots and appservice. (WIP)

common-backend

Common classes used in all sdk and implementations. (WIP)

homeserver-backend

Core classes to write custom homeserver. (Empty)

identity-backend

Core classes to write custom identity server. (WIP)

Versions

Version
0.4.0
0.3