Core module of Arkitekt framework

Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.

Лицензия

Лицензия

MIT
Группа

Группа

app.futured.arkitekt
Идентификатор

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

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

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

5.2.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Core module of Arkitekt framework
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
Ссылка на сайт

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

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

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

https://github.com/futuredapp/arkitekt

Скачать core

Имя Файла Размер
core-5.2.0.pom
core-5.2.0-sources.jar 17 KB
core-5.2.0-javadoc.jar 506 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/app.futured.arkitekt/core/ -->
<dependency>
    <groupId>app.futured.arkitekt</groupId>
    <artifactId>core</artifactId>
    <version>5.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.futured.arkitekt/core/
implementation 'app.futured.arkitekt:core:5.2.0'
// https://jarcasting.com/artifacts/app.futured.arkitekt/core/
implementation ("app.futured.arkitekt:core:5.2.0")
'app.futured.arkitekt:core:aar:5.2.0'
<dependency org="app.futured.arkitekt" name="core" rev="5.2.0">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.futured.arkitekt', module='core', version='5.2.0')
)
libraryDependencies += "app.futured.arkitekt" % "core" % "5.2.0"
[app.futured.arkitekt/core "5.2.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
androidx.databinding » databinding-common jar 7.2.0
androidx.databinding » databinding-runtime jar 7.2.0
androidx.databinding » databinding-adapters jar 7.2.0
androidx.databinding » databinding-ktx jar 7.2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (7)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
javax.inject : javax.inject jar 1
androidx.appcompat » appcompat jar 1.4.1
com.google.android.material » material jar 1.6.0
androidx.annotation » annotation jar 1.3.0
androidx.lifecycle » lifecycle-livedata-ktx jar 2.4.1
androidx.fragment » fragment jar 1.4.1

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

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

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

Версия
5.2.0
5.1.0
5.0.0