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

com.thebluekernel.common:core-android 0.8.0

A set of commons components make it easy to go with Kotlin Mobile Multiplatform

Группа

Группа

com.thebluekernel.common
Идентификатор

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

core-android
Версия

Версия

0.8.0
Тип

Тип

aar

Скачать core-android 0.8.0


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