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