s

spring-boot-parent

Files download
File Operation
spring-boot-parent-4.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>4.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:spring-boot-parent:4.5.0'
Gradle Kotlin
implementation("org.apache.camel.springboot:spring-boot-parent:4.5.0")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "spring-boot-parent" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='spring-boot-parent', version='4.5.0')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="spring-boot-parent" rev="4.5.0" />
Leiningen
[org.apache.camel.springboot/spring-boot-parent "4.5.0"]
Apache Buildr
'org.apache.camel.springboot:spring-boot-parent:jar:4.5.0'