beanstalk4j

Beanstalk4j is an unofficial Java library for the Beanstalk REST API. With Beanstalk4j, you can easily integrate your Java application with Beanstalk. No need to go through the hassle with HTTP and XML.

License

License

GroupId

GroupId

org.beanstalk4j
ArtifactId

ArtifactId

beanstalk4j
Last Version

Last Version

0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

beanstalk4j
Beanstalk4j is an unofficial Java library for the Beanstalk REST API. With Beanstalk4j, you can easily integrate your Java application with Beanstalk. No need to go through the hassle with HTTP and XML.

Download beanstalk4j

How to add to project

<!-- https://jarcasting.com/artifacts/org.beanstalk4j/beanstalk4j/ -->
<dependency>
    <groupId>org.beanstalk4j</groupId>
    <artifactId>beanstalk4j</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.beanstalk4j/beanstalk4j/
implementation 'org.beanstalk4j:beanstalk4j:0.9.6'
// https://jarcasting.com/artifacts/org.beanstalk4j/beanstalk4j/
implementation ("org.beanstalk4j:beanstalk4j:0.9.6")
'org.beanstalk4j:beanstalk4j:jar:0.9.6'
<dependency org="org.beanstalk4j" name="beanstalk4j" rev="0.9.6">
  <artifact name="beanstalk4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beanstalk4j', module='beanstalk4j', version='0.9.6')
)
libraryDependencies += "org.beanstalk4j" % "beanstalk4j" % "0.9.6"
[org.beanstalk4j/beanstalk4j "0.9.6"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.6
0.9.5
0.9.4