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