| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.thebluekernel.common |
| Идентификатор | Идентификаторcore-android |
| Версия | Версия0.1.0 |
| Тип | Типaar |
| Описание |
ОписаниеKMM Commons
A set of commons components make it easy to go with Kotlin Mobile Multiplatform
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-android-0.1.0.pom | |
| core-android-0.1.0-sources.jar | 7 KB |
| core-android-0.1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thebluekernel.common/core-android/ -->
<dependency>
<groupId>com.thebluekernel.common</groupId>
<artifactId>core-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android/
implementation 'com.thebluekernel.common:core-android:0.1.0'
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android/
implementation ("com.thebluekernel.common:core-android:0.1.0")
'com.thebluekernel.common:core-android:aar:0.1.0'
<dependency org="com.thebluekernel.common" name="core-android" rev="0.1.0">
<artifact name="core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thebluekernel.common', module='core-android', version='0.1.0')
)
libraryDependencies += "com.thebluekernel.common" % "core-android" % "0.1.0"
[com.thebluekernel.common/core-android "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.ktor : ktor-client-okhttp-jvm | jar | 2.0.0 |
| androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.5.0-beta01 |
| io.github.aakira : napier-android | jar | 2.5.0 |
| io.ktor : ktor-client-core-jvm | jar | 2.0.0 |
| io.ktor : ktor-client-logging-jvm | jar | 2.0.0 |
| io.ktor : ktor-client-serialization-jvm | jar | 2.0.0 |
| io.ktor : ktor-client-content-negotiation-jvm | jar | 2.0.0 |
| io.ktor : ktor-serialization-kotlinx-json-jvm | jar | 2.0.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |
| org.jetbrains.kotlinx : kotlinx-serialization-core | jar | 1.3.1 |