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

io.github.matrixainetwork:core 1.0.0

aimanj is a lightweight Java library for integration with Matrix clients

Категории

Категории

Сеть
Группа

Группа

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

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

core
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать core 1.0.0


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