Dagger Integration

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

Лицензия

Лицензия

MIT
Категории

Категории

Dagger Библиотеки уровня приложения Dependency Injection
Группа

Группа

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

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

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

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

5.2.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Dagger Integration
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

Скачать dagger

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
app.futured.arkitekt : core jar 5.2.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
androidx.appcompat » appcompat jar 1.4.1
androidx.annotation » annotation jar 1.3.0
com.google.dagger : dagger-android-support jar 2.42

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

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

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

Версия
5.2.0
5.1.0
5.0.0