io.github.ma1uta.matrix:client-jaxrs

SDK for clients and bots

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.ma1uta.matrix
ArtifactId

ArtifactId

client-jaxrs
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

SDK for clients and bots

Download client-jaxrs

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
io.github.ma1uta.matrix : client-impl jar 0.9.0
io.github.ma1uta.matrix : jackson-support jar 0.9.0
com.fasterxml.jackson.core : jackson-annotations jar 2.9.9
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.9.9

test (8)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.28
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.28
org.glassfish.jersey.inject : jersey-hk2 jar 2.28
com.github.tomakehurst : wiremock jar 2.23.2
org.junit.platform : junit-platform-launcher jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-params jar

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.9.0
0.2.0-rc1
0.1.0
0.1.0-beta2
0.1.0-beta1