| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.apache.camel | 
| ArtifactId | ArtifactIdcamel-commands-spring-boot | 
| Last Version | Last Version2.21.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCamel :: Platforms :: Commands :: Spring Boot (deprecated) Camel Commands using Spring Boot Shell | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-commands-spring-boot/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-commands-spring-boot</artifactId>
    <version>2.21.5</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.camel/camel-commands-spring-boot/
implementation 'org.apache.camel:camel-commands-spring-boot:2.21.5'// https://jarcasting.com/artifacts/org.apache.camel/camel-commands-spring-boot/
implementation ("org.apache.camel:camel-commands-spring-boot:2.21.5")'org.apache.camel:camel-commands-spring-boot:jar:2.21.5'<dependency org="org.apache.camel" name="camel-commands-spring-boot" rev="2.21.5">
  <artifact name="camel-commands-spring-boot" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.camel', module='camel-commands-spring-boot', version='2.21.5')
)libraryDependencies += "org.apache.camel" % "camel-commands-spring-boot" % "2.21.5"[org.apache.camel/camel-commands-spring-boot "2.21.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel : camel-commands-core | jar | 2.21.5 | 
| org.springframework.boot : spring-boot-starter-remote-shell | jar | 1.5.12.RELEASE |