License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-core-all |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamel :: All Core Sync point
Depends on all core to ensure correct build ordering
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-core-all-3.17.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-core-all/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-all</artifactId>
<version>3.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-core-all/
implementation 'org.apache.camel:camel-core-all:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-core-all/
implementation ("org.apache.camel:camel-core-all:3.17.0")
'org.apache.camel:camel-core-all:pom:3.17.0'
<dependency org="org.apache.camel" name="camel-core-all" rev="3.17.0">
<artifact name="camel-core-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-core-all', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-core-all" % "3.17.0"
[org.apache.camel/camel-core-all "3.17.0"]