is not current version
Last Version 2.2.1.Final

io.thorntail:camel-aws 2.1.0.Final

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

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-aws
Version

Version

2.1.0.Final
Type

Type

jar

Download camel-aws 2.1.0.Final


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