| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-debug |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Debugging
Enables Camel Route Debugging
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-debug-3.17.0.pom | |
| camel-debug-3.17.0.jar | 11 KB |
| camel-debug-3.17.0-sources.jar | 5 KB |
| camel-debug-3.17.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-debug/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-debug</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-debug/
implementation 'org.apache.camel:camel-debug:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-debug/
implementation ("org.apache.camel:camel-debug:3.17.0")
'org.apache.camel:camel-debug:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-debug" rev="3.17.0">
<artifact name="camel-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-debug', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-debug" % "3.17.0"
[org.apache.camel/camel-debug "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 |
| org.apache.camel : camel-management | jar | 3.17.0 |
| org.apache.camel : camel-xml-jaxb | jar | 3.17.0 |