is not current version
Last Version 1.4.3

com.evernote:android-job 1.4.1

Android library to handle jobs in the background.

GroupId

GroupId

com.evernote
ArtifactId

ArtifactId

android-job
Version

Version

1.4.1
Type

Type

aar

Download android-job 1.4.1


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