GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-starter-parent |
Version | Version3.4.5 |
Type | Typepom |
Filename | Size |
---|---|
camel-starter-parent-3.4.5.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-starter-parent/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-starter-parent</artifactId>
<version>3.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-starter-parent/
implementation 'org.apache.camel.springboot:camel-starter-parent:3.4.5'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-starter-parent/
implementation ("org.apache.camel.springboot:camel-starter-parent:3.4.5")
'org.apache.camel.springboot:camel-starter-parent:pom:3.4.5'
<dependency org="org.apache.camel.springboot" name="camel-starter-parent" rev="3.4.5">
<artifact name="camel-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-starter-parent', version='3.4.5')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-starter-parent" % "3.4.5"
[org.apache.camel.springboot/camel-starter-parent "3.4.5"]