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