is not current version
Last Version 0.9.6

org.beanstalk4j:beanstalk4j 0.9.4

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.

GroupId

GroupId

org.beanstalk4j
ArtifactId

ArtifactId

beanstalk4j
Version

Version

0.9.4
Type

Type

jar

Download beanstalk4j 0.9.4


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