c

celery-core

Java library for interfacing with https://docs.celeryq.dev/en/latest/ including code for both task submissions and task execution.
https://github.com/juforg/celery-java
Files download
File Operation
celery-core-1.10.5.jar download
celery-core-1.10.5.pom download
celery-core-1.10.5-sources.jar download
Apache Maven
<dependency>
  <groupId>vip.appcity</groupId>
  <artifactId>celery-core</artifactId>
  <version>1.10.5</version>
</dependency>
Gradle Groovy
implementation 'vip.appcity:celery-core:1.10.5'
Gradle Kotlin
implementation("vip.appcity:celery-core:1.10.5")
Scala SBT
libraryDependencies += "vip.appcity" % "celery-core" % "1.10.5"
Groovy Grape
@Grapes(
  @Grab(group='vip.appcity', module='celery-core', version='1.10.5')
)
Apache Ivy
<dependency org="vip.appcity" name="celery-core" rev="1.10.5" />
Leiningen
[vip.appcity/celery-core "1.10.5"]
Apache Buildr
'vip.appcity:celery-core:jar:1.10.5'