| License |
License |
|---|---|
| GroupId | GroupIdcom.uwetrottmann |
| ArtifactId | ArtifactIdandroidutils |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroidUtils
Little helpers for Android development.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| androidutils-2.1.0.pom | |
| androidutils-2.1.0.aar | 8 KB |
| androidutils-2.1.0-sources.jar | 5 KB |
| androidutils-2.1.0-javadoc.jar | 28 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 23.0.1 |