| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-jbi |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCamel :: JBI
Camel JBI support
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-jbi-1.0.0.pom | |
| camel-jbi-1.0.0.jar | 20 KB |
| camel-jbi-1.0.0-sources.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jbi/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jbi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jbi/
implementation 'org.apache.camel:camel-jbi:1.0.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jbi/
implementation ("org.apache.camel:camel-jbi:1.0.0")
'org.apache.camel:camel-jbi:jar:1.0.0'
<dependency org="org.apache.camel" name="camel-jbi" rev="1.0.0">
<artifact name="camel-jbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jbi', version='1.0.0')
)
libraryDependencies += "org.apache.camel" % "camel-jbi" % "1.0.0"
[org.apache.camel/camel-jbi "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-core | jar | 1.0.0 |
| org.apache.servicemix : servicemix-jbi | jar | 3.2-incubating-SNAPSHOT |
| org.apache.servicemix : servicemix-core | jar | 3.2-incubating-SNAPSHOT |
| org.apache.servicemix : servicemix-common | jar | 3.2-incubating-SNAPSHOT |
| commons-logging : commons-logging-api Optional | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-core Optional | test-jar | 1.0.0 |
| junit : junit | jar | 3.8.1 |