Download camel-sql-2.14.2.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.14.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials