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