| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdsoftware.amazon.awssdk |
| ArtifactId | ArtifactIdiotfleethub |
| Version | Version2.17.205 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iotfleethub-2.17.205.pom | |
| iotfleethub-2.17.205.jar | 193 KB |
| iotfleethub-2.17.205-sources.jar | 101 KB |
| iotfleethub-2.17.205-javadoc.jar | 483 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/iotfleethub/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>iotfleethub</artifactId>
<version>2.17.205</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/iotfleethub/
implementation 'software.amazon.awssdk:iotfleethub:2.17.205'
// https://jarcasting.com/artifacts/software.amazon.awssdk/iotfleethub/
implementation ("software.amazon.awssdk:iotfleethub:2.17.205")
'software.amazon.awssdk:iotfleethub:jar:2.17.205'
<dependency org="software.amazon.awssdk" name="iotfleethub" rev="2.17.205">
<artifact name="iotfleethub" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='iotfleethub', version='2.17.205')
)
libraryDependencies += "software.amazon.awssdk" % "iotfleethub" % "2.17.205"
[software.amazon.awssdk/iotfleethub "2.17.205"]