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