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