| License |
License |
|---|---|
| GroupId | GroupIdcom.uwetrottmann.androidutils |
| ArtifactId | ArtifactIdandroidutils |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroidUtils
Little helpers for Android development.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| androidutils-3.0.0.pom | |
| androidutils-3.0.0.aar | 7 KB |
| androidutils-3.0.0-sources.jar | 5 KB |
| androidutils-3.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uwetrottmann.androidutils/androidutils/ -->
<dependency>
<groupId>com.uwetrottmann.androidutils</groupId>
<artifactId>androidutils</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uwetrottmann.androidutils/androidutils/
implementation 'com.uwetrottmann.androidutils:androidutils:3.0.0'
// https://jarcasting.com/artifacts/com.uwetrottmann.androidutils/androidutils/
implementation ("com.uwetrottmann.androidutils:androidutils:3.0.0")
'com.uwetrottmann.androidutils:androidutils:aar:3.0.0'
<dependency org="com.uwetrottmann.androidutils" name="androidutils" rev="3.0.0">
<artifact name="androidutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uwetrottmann.androidutils', module='androidutils', version='3.0.0')
)
libraryDependencies += "com.uwetrottmann.androidutils" % "androidutils" % "3.0.0"
[com.uwetrottmann.androidutils/androidutils "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.annotation » annotation | jar | 1.3.0 |
| androidx.loader » loader | jar | 1.1.0 |
| androidx.appcompat » appcompat | jar | 1.4.1 |