is not current version
Last Version 3.17.0

org.apache.camel:camel-support 3.0.0-M4

The Camel Support

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-support
Version

Version

3.0.0-M4
Type

Type

jar

Download camel-support 3.0.0-M4


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