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