License |
License |
---|---|
GroupId | GroupIdcom.tazkiyatech |
ArtifactId | ArtifactIdandroid-utils |
Version | Version0.1.8 |
Type | Typeaar |
Description |
Descriptionandroid-utils
An Android library containing a mixture of small helper classes, functions and views useful for Android projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-utils-0.1.8.pom | |
android-utils-0.1.8-sources.jar | 14 KB |
android-utils-0.1.8-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tazkiyatech/android-utils/ -->
<dependency>
<groupId>com.tazkiyatech</groupId>
<artifactId>android-utils</artifactId>
<version>0.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tazkiyatech/android-utils/
implementation 'com.tazkiyatech:android-utils:0.1.8'
// https://jarcasting.com/artifacts/com.tazkiyatech/android-utils/
implementation ("com.tazkiyatech:android-utils:0.1.8")
'com.tazkiyatech:android-utils:aar:0.1.8'
<dependency org="com.tazkiyatech" name="android-utils" rev="0.1.8">
<artifact name="android-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tazkiyatech', module='android-utils', version='0.1.8')
)
libraryDependencies += "com.tazkiyatech" % "android-utils" % "0.1.8"
[com.tazkiyatech/android-utils "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.3.0 |
androidx.recyclerview » recyclerview | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.2.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |