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