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