Download camel-cdi-1.1.0.jar file - Jar c

Jar examples for c:camel-cdi

Description

Camel Contexts and Dependency Injection (JSR-299) support

You can download jar file camel-cdi 1.1.0 in this page.

License

Apache License

Build File

You can use the following script to add camel-cdi-1.1.0.jar to your project.

<dependency>
   <groupId>io.astefanutti.camel.cdi</groupId>
   <artifactId>camel-cdi</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'io.astefanutti.camel.cdi', name: 'camel-cdi', version: '1.1.0'
libraryDependencies += "io.astefanutti.camel.cdi" % "camel-cdi" % "1.1.0"
<dependency org="io.astefanutti.camel.cdi" name="camel-cdi" rev="1.1.0"/>
@Grapes(@Grab(group='io.astefanutti.camel.cdi', module='camel-cdi', version='1.1.0'))
'io.astefanutti.camel.cdi:camel-cdi:jar:1.1.0'

Download

Click the following link to download the jar file.

camel-cdi-1.1.0-javadoc.jar
camel-cdi-1.1.0-sources.jar
camel-cdi-1.1.0.jar
camel-cdi-1.1.0.pom



Related Tutorials