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

org.apache.camel:camel-test-cdi 3.5.0

Camel unit testing with CDI

Группа

Группа

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

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

camel-test-cdi
Версия

Версия

3.5.0
Тип

Тип

jar

Скачать camel-test-cdi 3.5.0


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