Gene

Lightweight api of the Matrix API for Android.

Лицензия

Лицензия

Группа

Группа

io.github.ma1uta.matrix
Идентификатор

Идентификатор

gene
Последняя версия

Последняя версия

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gene
Lightweight api of the Matrix API for Android.
Ссылка на сайт

Ссылка на сайт

https://github.com/ma1uta/gene
Система контроля версий

Система контроля версий

https://github.com/ma1uta/gene

Скачать gene

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : retrofit jar 2.4.0
com.google.code.gson : gson jar 2.8.5

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-params jar

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.1
0.2.0