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