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