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