| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииApache Camel Библиотеки уровня приложения Messaging |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторapache-camel |
| Последняя версия | Последняя версия3.17.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCamel :: Assembly
Apache Camel Assembly
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| apache-camel-3.17.0.pom | |
| apache-camel-3.17.0.zip | 19 KB |
| apache-camel-3.17.0-src.zip | 16 MB |
| Обзор |
<!-- 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"]