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