GroupId | GroupIdcom.github.sonus21 |
---|---|
ArtifactId | ArtifactIdrqueue |
Version | Version1.2-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
rqueue-1.2-RELEASE.pom | |
rqueue-1.2-RELEASE.jar | 3 KB |
rqueue-1.2-RELEASE-sources.jar | 33 KB |
rqueue-1.2-RELEASE-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sonus21/rqueue/ -->
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue</artifactId>
<version>1.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue/
implementation 'com.github.sonus21:rqueue:1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue/
implementation ("com.github.sonus21:rqueue:1.2-RELEASE")
'com.github.sonus21:rqueue:pom:1.2-RELEASE'
<dependency org="com.github.sonus21" name="rqueue" rev="1.2-RELEASE">
<artifact name="rqueue" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sonus21', module='rqueue', version='1.2-RELEASE')
)
libraryDependencies += "com.github.sonus21" % "rqueue" % "1.2-RELEASE"
[com.github.sonus21/rqueue "1.2-RELEASE"]