Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-spring-boot |
Version | Version3.4.3 |
Type | Typejar |
Filename | Size |
---|---|
camel-spring-boot-3.4.3.pom | |
camel-spring-boot-3.4.3.jar | 112 KB |
camel-spring-boot-3.4.3-sources.jar | 80 KB |
camel-spring-boot-3.4.3-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation 'org.apache.camel.springboot:camel-spring-boot:3.4.3'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation ("org.apache.camel.springboot:camel-spring-boot:3.4.3")
'org.apache.camel.springboot:camel-spring-boot:jar:3.4.3'
<dependency org="org.apache.camel.springboot" name="camel-spring-boot" rev="3.4.3">
<artifact name="camel-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot', version='3.4.3')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot" % "3.4.3"
[org.apache.camel.springboot/camel-spring-boot "3.4.3"]