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