Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-commands-spring-boot |
Version | Version2.21.0 |
Type | Typejar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-commands-spring-boot/
implementation 'org.apache.camel:camel-commands-spring-boot:2.21.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-commands-spring-boot/
implementation ("org.apache.camel:camel-commands-spring-boot:2.21.0")
'org.apache.camel:camel-commands-spring-boot:jar:2.21.0'
<dependency org="org.apache.camel" name="camel-commands-spring-boot" rev="2.21.0">
<artifact name="camel-commands-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-commands-spring-boot', version='2.21.0')
)
libraryDependencies += "org.apache.camel" % "camel-commands-spring-boot" % "2.21.0"
[org.apache.camel/camel-commands-spring-boot "2.21.0"]