GroupId | GroupIdcom.path |
---|---|
ArtifactId | ArtifactIdandroid-priority-jobqueue |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
android-priority-jobqueue-1.0.pom | |
android-priority-jobqueue-1.0.jar | 67 KB |
android-priority-jobqueue-1.0-sources.jar | 36 KB |
android-priority-jobqueue-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/ -->
<dependency>
<groupId>com.path</groupId>
<artifactId>android-priority-jobqueue</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/
implementation 'com.path:android-priority-jobqueue:1.0'
// https://jarcasting.com/artifacts/com.path/android-priority-jobqueue/
implementation ("com.path:android-priority-jobqueue:1.0")
'com.path:android-priority-jobqueue:jar:1.0'
<dependency org="com.path" name="android-priority-jobqueue" rev="1.0">
<artifact name="android-priority-jobqueue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.path', module='android-priority-jobqueue', version='1.0')
)
libraryDependencies += "com.path" % "android-priority-jobqueue" % "1.0"
[com.path/android-priority-jobqueue "1.0"]