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