License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.morimekta.utils |
ArtifactId | ArtifactIdandroid-util |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroid 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-util-3.0.1.pom | |
android-util-3.0.1.jar | 44 KB |
android-util-3.0.1-sources.jar | 30 KB |
android-util-3.0.1-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.morimekta.utils/android-util/ -->
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>android-util</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/android-util/
implementation 'net.morimekta.utils:android-util:3.0.1'
// https://jarcasting.com/artifacts/net.morimekta.utils/android-util/
implementation ("net.morimekta.utils:android-util:3.0.1")
'net.morimekta.utils:android-util:jar:3.0.1'
<dependency org="net.morimekta.utils" name="android-util" rev="3.0.1">
<artifact name="android-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='android-util', version='3.0.1')
)
libraryDependencies += "net.morimekta.utils" % "android-util" % "3.0.1"
[net.morimekta.utils/android-util "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 25.0-android |
org.mockito : mockito-core | jar | 2.18.3 |