| Лицензия |
Лицензия |
|---|---|
| Группа | Группаapp.futured.arkitekt |
| Идентификатор | Идентификаторcore |
| Версия | Версия5.1.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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-5.1.0.pom | |
| core-5.1.0-sources.jar | 17 KB |
| core-5.1.0-javadoc.jar | 507 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/app.futured.arkitekt/core/ -->
<dependency>
<groupId>app.futured.arkitekt</groupId>
<artifactId>core</artifactId>
<version>5.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.futured.arkitekt/core/
implementation 'app.futured.arkitekt:core:5.1.0'
// https://jarcasting.com/artifacts/app.futured.arkitekt/core/
implementation ("app.futured.arkitekt:core:5.1.0")
'app.futured.arkitekt:core:aar:5.1.0'
<dependency org="app.futured.arkitekt" name="core" rev="5.1.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.futured.arkitekt', module='core', version='5.1.0')
)
libraryDependencies += "app.futured.arkitekt" % "core" % "5.1.0"
[app.futured.arkitekt/core "5.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.databinding » databinding-common | jar | 4.0.2 |
| androidx.databinding » databinding-runtime | jar | 4.0.2 |
| androidx.databinding » databinding-adapters | jar | 4.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.20 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.20 |
| javax.inject : javax.inject | jar | 1 |
| androidx.appcompat » appcompat | jar | 1.2.0 |
| com.google.android.material » material | jar | 1.2.1 |
| androidx.annotation » annotation | jar | 1.1.0 |
| androidx.lifecycle » lifecycle-extensions | jar | 2.2.0 |
| androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.2.0 |
| androidx.fragment » fragment | jar | 1.2.5 |