is not current version
Last Version 1.4.3

com.evernote:android-job 1.0.2

Android library to handle jobs in the background.

GroupId

GroupId

com.evernote
ArtifactId

ArtifactId

android-job
Version

Version

1.0.2
Type

Type

aar

Download android-job 1.0.2


<!-- https://jarcasting.com/artifacts/com.evernote/android-job/ -->
<dependency>
    <groupId>com.evernote</groupId>
    <artifactId>android-job</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/android-job/
implementation 'com.evernote:android-job:1.0.2'
// https://jarcasting.com/artifacts/com.evernote/android-job/
implementation ("com.evernote:android-job:1.0.2")
'com.evernote:android-job:aar:1.0.2'
<dependency org="com.evernote" name="android-job" rev="1.0.2">
  <artifact name="android-job" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='android-job', version='1.0.2')
)
libraryDependencies += "com.evernote" % "android-job" % "1.0.2"
[com.evernote/android-job "1.0.2"]