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