License |
License |
---|---|
GroupId | GroupIdorg.beanstalk4j |
ArtifactId | ArtifactIdbeanstalk4j |
Version | Version0.9.6 |
Type | Typejar |
Description |
Descriptionbeanstalk4j
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.
|
Filename | Size |
---|---|
beanstalk4j-0.9.6.pom | |
beanstalk4j-0.9.6.jar | 67 KB |
beanstalk4j-0.9.6-sources.jar | 50 KB |
beanstalk4j-0.9.6-javadoc.jar | 294 KB |
beanstalk4j-0.9.6-bundle.zip | 385 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |