GroupId | GroupIdcom.path |
---|---|
ArtifactId | ArtifactIdandroid-priority-jobqueue |
Version | Version0.9.7.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/ -->
<dependency>
<groupId>com.path</groupId>
<artifactId>android-priority-jobqueue</artifactId>
<version>0.9.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/
implementation 'com.path:android-priority-jobqueue:0.9.7.4'
// https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/
implementation ("com.path:android-priority-jobqueue:0.9.7.4")
'com.path:android-priority-jobqueue:jar:0.9.7.4'
<dependency org="com.path" name="android-priority-jobqueue" rev="0.9.7.4">
<artifact name="android-priority-jobqueue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.path', module='android-priority-jobqueue', version='0.9.7.4')
)
libraryDependencies += "com.path" % "android-priority-jobqueue" % "0.9.7.4"
[com.path/android-priority-jobqueue "0.9.7.4"]