MVN

com.github.slezadav : backgroundTasks

Maven & Gradle

Jul 28, 2016
4 stars

backgroundTasks · Library providing solution to Android asynchronous request dealing with leaks and configuration changes

<dependency>
    <groupId>com.github.slezadav</groupId>
    <artifactId>backgroundTasks</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.slezadav : backgroundTasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.github.slezadav : backgroundTasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
backgroundTasks-1.6.1
backgroundTasks-1.6.0
1.5.x
backgroundTasks-1.5.6
backgroundTasks-1.5.5
backgroundTasks-1.5.4
backgroundTasks-1.5.3
backgroundTasks-1.5.2
backgroundTasks-1.5.1
backgroundTasks-1.5.0
1.4.x
backgroundTasks-1.4.1
backgroundTasks-1.4.0
1.3.x
backgroundTasks-1.3.1
backgroundTasks-1.3.0
1.2.x
backgroundTasks-1.2.9
backgroundTasks-1.2.8
backgroundTasks-1.2.7
backgroundTasks-1.2.6
backgroundTasks-1.2.5
backgroundTasks-1.2.4
backgroundTasks-1.2.3
backgroundTasks-1.2.1
backgroundTasks-1.2.0
1.1.x
backgroundTasks-1.1.2
backgroundTasks-1.1.1
backgroundTasks-1.1.0
1.0.x
backgroundTasks-1.0.3
backgroundTasks-1.0.2
backgroundTasks-1.0.1
backgroundTasks-1.0.0

How to add a dependency to Maven

Add the following com.github.slezadav : backgroundTasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.slezadav</groupId>
    <artifactId>backgroundTasks</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.slezadav : backgroundTasks gradle dependency to your build.gradle file:

implementation 'com.github.slezadav:backgroundTasks:1.6.1'

Gradle Kotlin DSL: Add the following com.github.slezadav : backgroundTasks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.slezadav:backgroundTasks:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.slezadav : backgroundTasks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.slezadav" % "backgroundTasks" % "1.6.1"

Advertisement