s

spring-boot-parent

文件下载
文件名 操作
spring-boot-parent-4.4.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>4.4.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:spring-boot-parent:4.4.4'
Gradle Kotlin
implementation("org.apache.camel.springboot:spring-boot-parent:4.4.4")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "spring-boot-parent" % "4.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='spring-boot-parent', version='4.4.4')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="spring-boot-parent" rev="4.4.4" />
Leiningen
[org.apache.camel.springboot/spring-boot-parent "4.4.4"]
Apache Buildr
'org.apache.camel.springboot:spring-boot-parent:jar:4.4.4'