License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdandroid-utils |
Version | Version1.0.3 |
Type | Typeaar |
Description |
DescriptionAndroidUtils
A set of utility classes to hopefully help you save your time.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-utils-1.0.3.pom | |
android-utils-1.0.3.aar | 3 KB |
android-utils-1.0.3-sources.jar | 1 KB |
android-utils-1.0.3-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/android-utils/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>android-utils</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/android-utils/
implementation 'com.github.guilhe:android-utils:1.0.3'
// https://jarcasting.com/artifacts/com.github.guilhe/android-utils/
implementation ("com.github.guilhe:android-utils:1.0.3")
'com.github.guilhe:android-utils:aar:1.0.3'
<dependency org="com.github.guilhe" name="android-utils" rev="1.0.3">
<artifact name="android-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='android-utils', version='1.0.3')
)
libraryDependencies += "com.github.guilhe" % "android-utils" % "1.0.3"
[com.github.guilhe/android-utils "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |