Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-aws2-sts |
Version | Version3.7.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-aws2-sts-3.7.4.pom | |
camel-aws2-sts-3.7.4.jar | 39 KB |
camel-aws2-sts-3.7.4-sources.jar | 20 KB |
camel-aws2-sts-3.7.4-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-aws2-sts/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws2-sts</artifactId>
<version>3.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-aws2-sts/
implementation 'org.apache.camel:camel-aws2-sts:3.7.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-aws2-sts/
implementation ("org.apache.camel:camel-aws2-sts:3.7.4")
'org.apache.camel:camel-aws2-sts:jar:3.7.4'
<dependency org="org.apache.camel" name="camel-aws2-sts" rev="3.7.4">
<artifact name="camel-aws2-sts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-aws2-sts', version='3.7.4')
)
libraryDependencies += "org.apache.camel" % "camel-aws2-sts" % "3.7.4"
[org.apache.camel/camel-aws2-sts "3.7.4"]