MVN

com.arasthel : asyncjob-library

Maven & Gradle

Jan 17, 2015
220 stars

AsyncJobLibrary · Android library easily queue background and UI tasks

<dependency>
    <groupId>com.arasthel</groupId>
    <artifactId>asyncjob-library</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arasthel : asyncjob-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.arasthel : asyncjob-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
asyncjob-library-1.0.3
asyncjob-library-1.0.1
asyncjob-library-1.0.0

How to add a dependency to Maven

Add the following com.arasthel : asyncjob-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arasthel</groupId>
    <artifactId>asyncjob-library</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arasthel : asyncjob-library gradle dependency to your build.gradle file:

implementation 'com.arasthel:asyncjob-library:1.0.3'

Gradle Kotlin DSL: Add the following com.arasthel : asyncjob-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arasthel:asyncjob-library:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arasthel : asyncjob-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arasthel" % "asyncjob-library" % "1.0.3"

Advertisement