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