is not current version
Last Version 3.0.0-RC3

org.apache.camel:camel-core-starter 3.0.0-M1

Spring-Boot Starter for The Core Camel Java DSL based router

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-core-starter
Version

Version

3.0.0-M1
Type

Type

jar

Download camel-core-starter 3.0.0-M1


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-core-starter/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-core-starter</artifactId>
    <version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-core-starter/
implementation 'org.apache.camel:camel-core-starter:3.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-core-starter/
implementation ("org.apache.camel:camel-core-starter:3.0.0-M1")
'org.apache.camel:camel-core-starter:jar:3.0.0-M1'
<dependency org="org.apache.camel" name="camel-core-starter" rev="3.0.0-M1">
  <artifact name="camel-core-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-core-starter', version='3.0.0-M1')
)
libraryDependencies += "org.apache.camel" % "camel-core-starter" % "3.0.0-M1"
[org.apache.camel/camel-core-starter "3.0.0-M1"]