License |
License |
---|---|
GroupId | GroupIdcom.github.iweinzierl |
ArtifactId | ArtifactIdandroid-utils |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncom.github.iweinzierl:android-utils
Library that provides some nice to have utilities when developing Android applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-utils-1.0.pom | |
android-utils-1.0.jar | 6 KB |
android-utils-1.0-sources.jar | 3 KB |
android-utils-1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iweinzierl/android-utils/ -->
<dependency>
<groupId>com.github.iweinzierl</groupId>
<artifactId>android-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iweinzierl/android-utils/
implementation 'com.github.iweinzierl:android-utils:1.0'
// https://jarcasting.com/artifacts/com.github.iweinzierl/android-utils/
implementation ("com.github.iweinzierl:android-utils:1.0")
'com.github.iweinzierl:android-utils:jar:1.0'
<dependency org="com.github.iweinzierl" name="android-utils" rev="1.0">
<artifact name="android-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iweinzierl', module='android-utils', version='1.0')
)
libraryDependencies += "com.github.iweinzierl" % "android-utils" % "1.0"
[com.github.iweinzierl/android-utils "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.easymock : easymock | jar | 3.1 |