GroupId | GroupIdio.fabric8.forge |
---|---|
ArtifactId | ArtifactIdcamel |
Version | Version2.3.8 |
Type | Typejar |
Filename | Size |
---|---|
camel-2.3.8.pom | |
camel-2.3.8.jar | 265 KB |
camel-2.3.8-sources.jar | 176 KB |
camel-2.3.8-javadoc.jar | 614 KB |
camel-2.3.8-forge-addon.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.forge/camel/ -->
<dependency>
<groupId>io.fabric8.forge</groupId>
<artifactId>camel</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.forge/camel/
implementation 'io.fabric8.forge:camel:2.3.8'
// https://jarcasting.com/artifacts/io.fabric8.forge/camel/
implementation ("io.fabric8.forge:camel:2.3.8")
'io.fabric8.forge:camel:jar:2.3.8'
<dependency org="io.fabric8.forge" name="camel" rev="2.3.8">
<artifact name="camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.forge', module='camel', version='2.3.8')
)
libraryDependencies += "io.fabric8.forge" % "camel" % "2.3.8"
[io.fabric8.forge/camel "2.3.8"]