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