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