не последняя версия
Последняя версия 3.17.0

org.apache.camel:camel 2.14.1

Camel build POM

Группа

Группа

org.apache.camel
Идентификатор

Идентификатор

camel
Версия

Версия

2.14.1
Тип

Тип

pom

Скачать camel 2.14.1

Имя Файла Размер
camel-2.14.1.pom 22 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.camel/camel/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel</artifactId>
    <version>2.14.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel/
implementation 'org.apache.camel:camel:2.14.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel/
implementation ("org.apache.camel:camel:2.14.1")
'org.apache.camel:camel:pom:2.14.1'
<dependency org="org.apache.camel" name="camel" rev="2.14.1">
  <artifact name="camel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel', version='2.14.1')
)
libraryDependencies += "org.apache.camel" % "camel" % "2.14.1"
[org.apache.camel/camel "2.14.1"]