b

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.
http://www.beanstalk4j.org
The Apache Software License, Version 2.0
Björn Raupach
Files download
File Operation
beanstalk4j-0.9.6.jar download
beanstalk4j-0.9.6.pom download
beanstalk4j-0.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beanstalk4j</groupId>
  <artifactId>beanstalk4j</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'org.beanstalk4j:beanstalk4j:0.9.6'
Gradle Kotlin
implementation("org.beanstalk4j:beanstalk4j:0.9.6")
Scala SBT
libraryDependencies += "org.beanstalk4j" % "beanstalk4j" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='org.beanstalk4j', module='beanstalk4j', version='0.9.6')
)
Apache Ivy
<dependency org="org.beanstalk4j" name="beanstalk4j" rev="0.9.6" />
Leiningen
[org.beanstalk4j/beanstalk4j "0.9.6"]
Apache Buildr
'org.beanstalk4j:beanstalk4j:jar:0.9.6'