| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.github.igor-suhorukov |
| ArtifactId | ArtifactIdcamel-aws |
| Version | Version2.20.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-aws-2.20.1.2.pom | |
| camel-aws-2.20.1.2.jar | 270 KB |
| camel-aws-2.20.1.2-sources.jar | 8 KB |
| camel-aws-2.20.1.2-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.igor-suhorukov/camel-aws/ -->
<dependency>
<groupId>com.github.igor-suhorukov</groupId>
<artifactId>camel-aws</artifactId>
<version>2.20.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/camel-aws/
implementation 'com.github.igor-suhorukov:camel-aws:2.20.1.2'
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/camel-aws/
implementation ("com.github.igor-suhorukov:camel-aws:2.20.1.2")
'com.github.igor-suhorukov:camel-aws:jar:2.20.1.2'
<dependency org="com.github.igor-suhorukov" name="camel-aws" rev="2.20.1.2">
<artifact name="camel-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igor-suhorukov', module='camel-aws', version='2.20.1.2')
)
libraryDependencies += "com.github.igor-suhorukov" % "camel-aws" % "2.20.1.2"
[com.github.igor-suhorukov/camel-aws "2.20.1.2"]