Async runners for Android

Android library for running Async tasks

License

License

GroupId

GroupId

com.aranea-apps.android.libs
ArtifactId

ArtifactId

android-async-runners
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Async runners for Android
Android library for running Async tasks
Project URL

Project URL

https://github.com/darko1002001/android-async-runners
Source Code Management

Source Code Management

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

Download android-async-runners

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.4
1.0.3
1.0.1
1.0.0