s

spring-boot-parent

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