License |
License |
---|---|
Categories |
CategoriesApache Camel Application Layer Libs Messaging |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdapache-camel |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamel :: Assembly
Apache Camel Assembly
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apache-camel-3.17.0.pom | |
apache-camel-3.17.0.zip | 19 KB |
apache-camel-3.17.0-src.zip | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/apache-camel/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>apache-camel</artifactId>
<version>3.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/apache-camel/
implementation 'org.apache.camel:apache-camel:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/apache-camel/
implementation ("org.apache.camel:apache-camel:3.17.0")
'org.apache.camel:apache-camel:pom:3.17.0'
<dependency org="org.apache.camel" name="apache-camel" rev="3.17.0">
<artifact name="apache-camel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='apache-camel', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "apache-camel" % "3.17.0"
[org.apache.camel/apache-camel "3.17.0"]