Download jesque-2.0.0.jar file - Jar j

Jar examples for j:jesque

Description

An implementation of Resque in Java

You can download jar file jesque 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jesque-2.0.0.jar to your project.

<dependency>
   <groupId>net.greghaines</groupId>
   <artifactId>jesque</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'net.greghaines', name: 'jesque', version: '2.0.0'
libraryDependencies += "net.greghaines" % "jesque" % "2.0.0"
<dependency org="net.greghaines" name="jesque" rev="2.0.0"/>
@Grapes(@Grab(group='net.greghaines', module='jesque', version='2.0.0'))
'net.greghaines:jesque:jar:2.0.0'

Download

Click the following link to download the jar file.

jesque-2.0.0-javadoc.jar
jesque-2.0.0-sources.jar
jesque-2.0.0.jar
jesque-2.0.0.pom



Related Tutorials