GroupId | GroupIdcom.evernote |
---|---|
ArtifactId | ArtifactIdandroid-job |
Version | Version1.2.0-RC3 |
Type | Typeaar |
Filename | Size |
---|---|
android-job-1.2.0-RC3.pom | |
android-job-1.2.0-RC3.aar | 121 KB |
android-job-1.2.0-RC3-sources.jar | 98 KB |
android-job-1.2.0-RC3-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evernote/android-job/ -->
<dependency>
<groupId>com.evernote</groupId>
<artifactId>android-job</artifactId>
<version>1.2.0-RC3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/android-job/
implementation 'com.evernote:android-job:1.2.0-RC3'
// https://jarcasting.com/artifacts/com.evernote/android-job/
implementation ("com.evernote:android-job:1.2.0-RC3")
'com.evernote:android-job:aar:1.2.0-RC3'
<dependency org="com.evernote" name="android-job" rev="1.2.0-RC3">
<artifact name="android-job" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='android-job', version='1.2.0-RC3')
)
libraryDependencies += "com.evernote" % "android-job" % "1.2.0-RC3"
[com.evernote/android-job "1.2.0-RC3"]