Android Async Runners (Parent)

A library that will enable easier async operations in your android apps

Лицензия

Лицензия

MIT
Группа

Группа

com.aranea-apps.android.libs
Идентификатор

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

android-async-runners-parent
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Android Async Runners (Parent)
A library that will enable easier async operations in your android apps
Ссылка на сайт

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

http://github.com/darko1002001/android-async-runners
Система контроля версий

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

http://github.com/darko1002001/android-async-runners/

Скачать android-async-runners-parent

Имя Файла Размер
android-async-runners-parent-1.0.1.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.aranea-apps.android.libs/android-async-runners-parent/ -->
<dependency>
    <groupId>com.aranea-apps.android.libs</groupId>
    <artifactId>android-async-runners-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aranea-apps.android.libs/android-async-runners-parent/
implementation 'com.aranea-apps.android.libs:android-async-runners-parent:1.0.1'
// https://jarcasting.com/artifacts/com.aranea-apps.android.libs/android-async-runners-parent/
implementation ("com.aranea-apps.android.libs:android-async-runners-parent:1.0.1")
'com.aranea-apps.android.libs:android-async-runners-parent:pom:1.0.1'
<dependency org="com.aranea-apps.android.libs" name="android-async-runners-parent" rev="1.0.1">
  <artifact name="android-async-runners-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aranea-apps.android.libs', module='android-async-runners-parent', version='1.0.1')
)
libraryDependencies += "com.aranea-apps.android.libs" % "android-async-runners-parent" % "1.0.1"
[com.aranea-apps.android.libs/android-async-runners-parent "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • android-async-runners
  • android-async-runners-sample

android-async-runners

A library which will enable you to easily run all kinds of async operations

Download

<dependency>
  <groupId>com.aranea-apps.android.libs</groupId>
  <artifactId>android-async-runners</artifactId>
  <version>(insert latest version)</version>
</dependency>

or Gradle:

compile 'com.aranea-apps.android.libs:android-async-runners:(insert latest version)'

License

The MIT License (MIT)

Copyright (c) 2013 Darko Grozdanovski

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Версии библиотеки

Версия
1.0.1
1.0.0