is not current version
Last Version 4.5.3

org.apache.servicemix.examples:camel 4.5.1


GroupId

GroupId

org.apache.servicemix.examples
ArtifactId

ArtifactId

camel
Version

Version

4.5.1
Type

Type

pom

Download camel 4.5.1

Filename Size
camel-4.5.1.pom 1 KB
Browse

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