Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdspring-boot |
Version | Version2.20.3 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-2.20.3.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.20.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/spring-boot/
implementation 'org.apache.camel:spring-boot:2.20.3'
// https://jarcasting.com/artifacts/org.apache.camel/spring-boot/
implementation ("org.apache.camel:spring-boot:2.20.3")
'org.apache.camel:spring-boot:pom:2.20.3'
<dependency org="org.apache.camel" name="spring-boot" rev="2.20.3">
<artifact name="spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='spring-boot', version='2.20.3')
)
libraryDependencies += "org.apache.camel" % "spring-boot" % "2.20.3"
[org.apache.camel/spring-boot "2.20.3"]