Gene

Lightweight api of the Matrix API for Android.

License

License

GroupId

GroupId

io.github.ma1uta.matrix
ArtifactId

ArtifactId

gene
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gene
Lightweight api of the Matrix API for Android.
Project URL

Project URL

https://github.com/ma1uta/gene
Source Code Management

Source Code Management

https://github.com/ma1uta/gene

Download gene

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.4.0
com.google.code.gson : gson jar 2.8.5

test (3)

Group / Artifact Type Version
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.

Gene - minimalistic client-server api for Matrix

There are Retrofit's interfaces for building clients (for example Android) based on Matrix C2S API.

Dependencies

Building

You need Java and Maven.

    git clone https://github.com/ma1uta/gene
    cd gene
    mvn install

Library you can find in the folder target.

Contacts: #gene:matrix.org

Versions

Version
0.2.1
0.2.0