Registry / cloud / aws-core-jvm

aws-core-jvm

JSON →
library1.6.61javamavenunverified

Core runtime for the AWS SDK for Kotlin, providing HTTP client and serialization primitives.

<dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-core-jvm</artifactId> <version>1.6.61</version> </dependency>
INSTALL
IMPORT
SIG · AWS-CORE-JVM
A
aws-core-jvm
cloudjavav1.6.61
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpRequest
aws.sdk.kotlin.runtime.http.request.HttpRequest

Build an HTTP request using the AWS SDK core

import aws.sdk.kotlin.runtime.http.request.HttpRequest; import aws.sdk.kotlin.runtime.http.request.HttpRequestBuilder; val request = HttpRequestBuilder().apply { url("https://example.com") method = HttpMethod.GET }.build()
Debug
Known issues
gotchaThis is a Kotlin-specific SDK; Java projects should use the AWS SDK for Java v2 instead.
fix
Use software.amazon.awssdk:aws-core for Java projects.
affects: *
Upgrade
Version history
1.6.61latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources
aws-core-jvm — mvn dependency:get aws-core-jvm · libregistry