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