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