| GroupId | GroupIdcom.thebluekernel.common |
|---|---|
| ArtifactId | ArtifactIdcore-android-debug |
| Version | Version0.6.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-android-debug-0.6.0.pom | |
| core-android-debug-0.6.0-sources.jar | 9 KB |
| core-android-debug-0.6.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.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation 'com.thebluekernel.common:core-android-debug:0.6.0'
// https://jarcasting.com/artifacts/com.thebluekernel.common/core-android-debug/
implementation ("com.thebluekernel.common:core-android-debug:0.6.0")
'com.thebluekernel.common:core-android-debug:aar:0.6.0'
<dependency org="com.thebluekernel.common" name="core-android-debug" rev="0.6.0">
<artifact name="core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thebluekernel.common', module='core-android-debug', version='0.6.0')
)
libraryDependencies += "com.thebluekernel.common" % "core-android-debug" % "0.6.0"
[com.thebluekernel.common/core-android-debug "0.6.0"]