Download camel-sql-2.12.4.jar file - Jar c

Jar examples for c:camel-sql

Description

The sql component allows you to work with databases using JDBC SQL queries.

You can download jar file camel-sql 2.12.4 in this page.

License

Apache License

Build File

You can use the following script to add camel-sql-2.12.4.jar to your project.

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

Download

Click the following link to download the jar file.

camel-sql-2.12.4-javadoc.jar
camel-sql-2.12.4-sources.jar
camel-sql-2.12.4.jar
camel-sql-2.12.4.pom



Related Tutorials