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