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