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