Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdio.thorntail |
ArtifactId | ArtifactIdcamel-aws |
Version | Version2.2.0.Final |
Type | Typejar |
Filename | Size |
---|---|
camel-aws-2.2.0.Final.pom | |
camel-aws-2.2.0.Final.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/camel-aws/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel-aws</artifactId>
<version>2.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-aws/
implementation 'io.thorntail:camel-aws:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-aws/
implementation ("io.thorntail:camel-aws:2.2.0.Final")
'io.thorntail:camel-aws:jar:2.2.0.Final'
<dependency org="io.thorntail" name="camel-aws" rev="2.2.0.Final">
<artifact name="camel-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-aws', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-aws" % "2.2.0.Final"
[io.thorntail/camel-aws "2.2.0.Final"]