d

delay-job-core

Your description of the lib
https://site_for_lib.tld
The Apache Software License, Version 2.0
Yugang Zhou
Files download
File Operation
delay-job-core-0.1.2.jar download
delay-job-core-0.1.2.pom download
delay-job-core-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hippoom</groupId>
  <artifactId>delay-job-core</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.hippoom:delay-job-core:0.1.2'
Gradle Kotlin
implementation("com.github.hippoom:delay-job-core:0.1.2")
Scala SBT
libraryDependencies += "com.github.hippoom" % "delay-job-core" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hippoom', module='delay-job-core', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.hippoom" name="delay-job-core" rev="0.1.2" />
Leiningen
[com.github.hippoom/delay-job-core "0.1.2"]
Apache Buildr
'com.github.hippoom:delay-job-core:jar:0.1.2'