| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sonus21 |
| ArtifactId | ArtifactIdrqueue-core |
| Version | Version2.10.1-RELEASE |
| Type | Typepom |
| Description |
Descriptionrqueue-core
Asynchronous and scheduled task executor
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sonus21/rqueue-core/ -->
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-core</artifactId>
<version>2.10.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-core/
implementation 'com.github.sonus21:rqueue-core:2.10.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-core/
implementation ("com.github.sonus21:rqueue-core:2.10.1-RELEASE")
'com.github.sonus21:rqueue-core:pom:2.10.1-RELEASE'
<dependency org="com.github.sonus21" name="rqueue-core" rev="2.10.1-RELEASE">
<artifact name="rqueue-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sonus21', module='rqueue-core', version='2.10.1-RELEASE')
)
libraryDependencies += "com.github.sonus21" % "rqueue-core" % "2.10.1-RELEASE"
[com.github.sonus21/rqueue-core "2.10.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-messaging | jar | 5.0.10.RELEASE |
| org.springframework.data : spring-data-redis | jar | 2.0.6.RELEASE |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| com.google.guava : guava | jar | 30.1-jre |
| com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.springframework : spring-webmvc | jar | 5.0.10.RELEASE |
| org.springframework : spring-webflux | jar | 5.0.10.RELEASE |
| io.pebbletemplates : pebble-spring5 | jar | 3.1.5 |
| io.seruco.encoding : base62 | jar | 0.1.3 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.hibernate.validator : hibernate-validator | jar | 6.1.7.Final |
| io.micrometer : micrometer-core Optional | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 20.1.0 |