Последняя версия

Android Utilities 3.0.1

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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.morimekta.utils
Идентификатор

Идентификатор

android-util
Версия

Версия

3.0.1
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://gitlab.com/morimekta/android-util
Система контроля версий

Система контроля версий

https://gitlab.com/morimekta/android-util.git

Скачать android-util 3.0.1


<!-- 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"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.google.guava : guava jar 25.0-android
org.mockito : mockito-core jar 2.18.3

Модули Проекта

Данный проект не имеет модулей.