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

com.thebluekernel.common:core-android-debug 0.9.0

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

Группа

Группа

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

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

core-android-debug
Версия

Версия

0.9.0
Тип

Тип

aar

Скачать core-android-debug 0.9.0


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