Download camel-aws-2.18.1.jar file - Jar c

Jar examples for c:camel-aws

Description

The aws-cw component is used for sending metrics to an Amazon CloudWatch.

You can download jar file camel-aws 2.18.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add camel-aws-2.18.1.jar to your project.

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

Download

Click the following link to download the jar file.

camel-aws-2.18.1-javadoc.jar
camel-aws-2.18.1-sources.jar
camel-aws-2.18.1.jar
camel-aws-2.18.1.pom



Related Tutorials