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

org.apache.camel:camel-eclipse 2.19.2

Camel classpath scanning support for running in Eclipse Desktop Applications

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

camel-eclipse
Версия

Версия

2.19.2
Тип

Тип

jar

Скачать camel-eclipse 2.19.2


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