GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-beanstalk |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
camel-beanstalk-3.0.1.pom | |
camel-beanstalk-3.0.1.jar | 51 KB |
camel-beanstalk-3.0.1-sources.jar | 27 KB |
camel-beanstalk-3.0.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-beanstalk/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-beanstalk</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-beanstalk/
implementation 'org.apache.camel:camel-beanstalk:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-beanstalk/
implementation ("org.apache.camel:camel-beanstalk:3.0.1")
'org.apache.camel:camel-beanstalk:jar:3.0.1'
<dependency org="org.apache.camel" name="camel-beanstalk" rev="3.0.1">
<artifact name="camel-beanstalk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-beanstalk', version='3.0.1')
)
libraryDependencies += "org.apache.camel" % "camel-beanstalk" % "3.0.1"
[org.apache.camel/camel-beanstalk "3.0.1"]