| Категории |
КатегорииApache Camel Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторapache-camel |
| Версия | Версия2.12.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| apache-camel-2.12.4.pom | |
| apache-camel-2.12.4.zip | 24 KB |
| apache-camel-2.12.4-src.zip | 23 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/apache-camel/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>apache-camel</artifactId>
<version>2.12.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/apache-camel/
implementation 'org.apache.camel:apache-camel:2.12.4'
// https://jarcasting.com/artifacts/org.apache.camel/apache-camel/
implementation ("org.apache.camel:apache-camel:2.12.4")
'org.apache.camel:apache-camel:pom:2.12.4'
<dependency org="org.apache.camel" name="apache-camel" rev="2.12.4">
<artifact name="apache-camel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='apache-camel', version='2.12.4')
)
libraryDependencies += "org.apache.camel" % "apache-camel" % "2.12.4"
[org.apache.camel/apache-camel "2.12.4"]