License |
License |
---|---|
GroupId | GroupIdcom.thebluekernel.common |
ArtifactId | ArtifactIdcore-android-debug |
Version | Version0.12.0 |
Type | Typeaar |
Description |
DescriptionKMM Commons
A set of commons components make it easy to go with Kotlin Mobile Multiplatform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-android-debug-0.12.0.pom | |
core-android-debug-0.12.0-sources.jar | 10 KB |
core-android-debug-0.12.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/ -->
<dependency>
<groupId>com.thebluekernel.common</groupId>
<artifactId>core-android-debug</artifactId>
<version>0.12.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation 'com.thebluekernel.common:core-android-debug:0.12.0'
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation ("com.thebluekernel.common:core-android-debug:0.12.0")
'com.thebluekernel.common:core-android-debug:aar:0.12.0'
<dependency org="com.thebluekernel.common" name="core-android-debug" rev="0.12.0">
<artifact name="core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thebluekernel.common', module='core-android-debug', version='0.12.0')
)
libraryDependencies += "com.thebluekernel.common" % "core-android-debug" % "0.12.0"
[com.thebluekernel.common/core-android-debug "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
Group / Artifact | Type | Version |
---|---|---|
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-debug | 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.1 |
org.jetbrains.kotlinx : kotlinx-serialization-core | jar | 1.3.1 |