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