License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-context |
Version | Version2.25.4 |
Type | Typejar |
Description |
DescriptionCamel :: Context (deprecated)
Camel Context component to expose CamelContext objects as a black box Component for use in other routes
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel-context-2.25.4.pom | |
camel-context-2.25.4.jar | 22 KB |
camel-context-2.25.4-sources.jar | 20 KB |
camel-context-2.25.4-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-context/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-context</artifactId>
<version>2.25.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-context/
implementation 'org.apache.camel:camel-context:2.25.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-context/
implementation ("org.apache.camel:camel-context:2.25.4")
'org.apache.camel:camel-context:jar:2.25.4'
<dependency org="org.apache.camel" name="camel-context" rev="2.25.4">
<artifact name="camel-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-context', version='2.25.4')
)
libraryDependencies += "org.apache.camel" % "camel-context" % "2.25.4"
[org.apache.camel/camel-context "2.25.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core | jar | 2.25.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-spring | jar | 2.25.4 |
org.apache.camel : camel-test | jar | 2.25.4 |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 5.1.20.RELEASE |
org.apache.logging.log4j : log4j-api | jar | 2.11.1 |
org.apache.logging.log4j : log4j-core | jar | 2.11.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.1 |