Registry / networking / aws-core

aws-core

JSON →
library1.6.72javamavenunverified

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

<dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-core</artifactId> <version>1.6.72</version> </dependency>
INSTALL
IMPORT
SIG · AWS-CORE
A
aws-core
networkingjavav1.6.72
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.

HttpClientEngine
aws.sdk.kotlin.runtime.http.engine.HttpClientEngine

Create a default HTTP client engine.

import aws.sdk.kotlin.runtime.http.engine.HttpClientEngine; import aws.sdk.kotlin.runtime.http.engine.DefaultHttpClientEngine; public class Main { public static void main(String[] args) { HttpClientEngine engine = DefaultHttpClientEngine.INSTANCE; System.out.println("Engine: " + engine); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.72latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
aws-core — mvn dependency:get aws-core · libregistry