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