| Группа | Группаcom.thebluekernel.common |
|---|---|
| Идентификатор | Идентификаторcore-android-debug |
| Версия | Версия0.7.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| core-android-debug-0.7.0.pom | |
| core-android-debug-0.7.0-sources.jar | 9 KB |
| core-android-debug-0.7.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/ -->
<dependency>
<groupId>com.thebluekernel.common</groupId>
<artifactId>core-android-debug</artifactId>
<version>0.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation 'com.thebluekernel.common:core-android-debug:0.7.0'
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation ("com.thebluekernel.common:core-android-debug:0.7.0")
'com.thebluekernel.common:core-android-debug:aar:0.7.0'
<dependency org="com.thebluekernel.common" name="core-android-debug" rev="0.7.0">
<artifact name="core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thebluekernel.common', module='core-android-debug', version='0.7.0')
)
libraryDependencies += "com.thebluekernel.common" % "core-android-debug" % "0.7.0"
[com.thebluekernel.common/core-android-debug "0.7.0"]