MVN

net.morimekta.utils : android-util

Maven & Gradle

Sep 08, 2018
3 usages
4 stars

Android Utilities · Utility classes mimicking classes from android.os and android.util that does not really require an android phone to run. Created to facilitate testing and usage of android compatible libraries without having to run it on an actual phone. Note that android.os.Parcel and android.os.Bundle only supports a subset of it's original interface as these parts actually are dependent on the native phone library to work properly, or they have no real need on modern phones / outside android.

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>android-util</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.morimekta.utils : android-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of net.morimekta.utils : android-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
android-util-3.0.1
2.7.x
android-util-2.7.1
android-util-2.7.0
2.6.x
android-util-2.6.0
2.5.x
android-util-2.5.1
android-util-2.5.0
2.4.x
android-util-2.4.2
android-util-2.4.1
android-util-2.4.0
2.3.x
android-util-2.3.2
android-util-2.3.1
android-util-2.3.0
2.2.x
android-util-2.2.1
android-util-2.2.0
2.1.x
android-util-2.1.4
android-util-2.1.3
android-util-2.1.2
android-util-2.1.1
android-util-2.1.0
2.0.x
android-util-2.0.0
1.2.x
android-util-1.2.0
1.1.x
android-util-1.1.0
1.0.x
android-util-1.0.0
0.6.x
android-util-0.6.3
android-util-0.6.2
android-util-0.6.1
android-util-0.6.0
0.5.x
android-util-0.5.3
android-util-0.5.2
android-util-0.5.1
android-util-0.5.0
0.4.x
android-util-0.4.7
android-util-0.4.6
android-util-0.4.5
android-util-0.4.4
android-util-0.4.3
android-util-0.4.2
android-util-0.4.1
android-util-0.4.0
0.3.x
android-util-0.3.11
android-util-0.3.10
android-util-0.3.9
android-util-0.3.8
android-util-0.3.7
android-util-0.3.6
android-util-0.3.5
android-util-0.3.4
android-util-0.3.3
android-util-0.3.2
android-util-0.3.1
android-util-0.3.0
0.2.x
android-util-0.2.5
android-util-0.2.4
android-util-0.2.3
android-util-0.2.2
android-util-0.2.1
android-util-0.2.0
0.1.x
android-util-0.1.0

How to add a dependency to Maven

Add the following net.morimekta.utils : android-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>android-util</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.morimekta.utils : android-util gradle dependency to your build.gradle file:

implementation 'net.morimekta.utils:android-util:3.0.1'

Gradle Kotlin DSL: Add the following net.morimekta.utils : android-util gradle kotlin dependency to your build.gradle.kts file:

implementation("net.morimekta.utils:android-util:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.morimekta.utils : android-util sbt scala dependency to your build.sbt file:

libraryDependencies += "net.morimekta.utils" % "android-util" % "3.0.1"

Advertisement

Dependencies from Group

Feb 07, 2020
20 usages
4 stars
Feb 07, 2020
14 usages
Feb 07, 2020
4 usages
4 stars
Aug 03, 2022
4 usages
Sep 08, 2018
3 usages
4 stars

Discover Dependencies

Mar 21, 2023
7 usages
Jun 28, 2016
1 usages
Aug 15, 2023
314 usages
1.1k stars
Aug 25, 2023
667 usages
2k stars
Aug 25, 2023
323 usages
2k stars
Apr 15, 2019
11 usages
14.8k stars
Jul 31, 2023
80 usages
2k stars
Feb 03, 2021
10 usages
Jan 03, 2013
21 stars