<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>smithy-client</artifactId> <version>1.3.17</version> </dependency>
implementation 'aws.smithy.kotlin:smithy-client:1.3.17'
implementation("aws.smithy.kotlin:smithy-client:1.3.17")
libraryDependencies += "aws.smithy.kotlin" % "smithy-client" % "1.3.17"
@Grapes( @Grab(group='aws.smithy.kotlin', module='smithy-client', version='1.3.17') )
<dependency org="aws.smithy.kotlin" name="smithy-client" rev="1.3.17" />
[aws.smithy.kotlin/smithy-client "1.3.17"]
'aws.smithy.kotlin:smithy-client:jar:1.3.17'
runtime
|-- aws.smithy.kotlin:runtime-core:1.3.17
|-- aws.smithy.kotlin:identity-api:1.3.17
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.21