AndroidUtils

Little helpers for Android development.

License

License

GroupId

GroupId

com.uwetrottmann
ArtifactId

ArtifactId

androidutils
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

AndroidUtils
Little helpers for Android development.
Project URL

Project URL

https://github.com/UweTrottmann/AndroidUtils

Download androidutils

How to add to project

<!-- https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/ -->
<dependency>
    <groupId>com.uwetrottmann</groupId>
    <artifactId>androidutils</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/
implementation 'com.uwetrottmann:androidutils:2.1.0'
// https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/
implementation ("com.uwetrottmann:androidutils:2.1.0")
'com.uwetrottmann:androidutils:aar:2.1.0'
<dependency org="com.uwetrottmann" name="androidutils" rev="2.1.0">
  <artifact name="androidutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uwetrottmann', module='androidutils', version='2.1.0')
)
libraryDependencies += "com.uwetrottmann" % "androidutils" % "2.1.0"
[com.uwetrottmann/androidutils "2.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 23.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0