kinesis-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>kinesis-jvm</artifactId> <version>1.4.71</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>aws.sdk.kotlin</groupId> <artifactId>kinesis-jvm</artifactId> <version>1.4.71</version> <name>kinesis</name> <description>The AWS SDK for Kotlin client for Kinesis</description> <url>https://github.com/awslabs/aws-sdk-kotlin</url> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>aws-sdk-kotlin</id> <name>AWS SDK Kotlin Team</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/awslabs/aws-sdk-kotlin.git</connection> <developerConnection>scm:git:ssh://github.com/awslabs/aws-sdk-kotlin.git</developerConnection> <url>https://github.com/awslabs/aws-sdk-kotlin</url> </scm> <properties> <aws.sdk.id>Kinesis</aws.sdk.id> </properties> <dependencies> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-config-jvm</artifactId> <version>1.4.71</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-core-jvm</artifactId> <version>1.4.71</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-endpoint-jvm</artifactId> <version>1.4.71</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-client-jvm</artifactId> <version>1.4.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>runtime-core-jvm</artifactId> <version>1.4.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>smithy-client-jvm</artifactId> <version>1.4.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>telemetry-api-jvm</artifactId> <version>1.4.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-credentials-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-event-stream-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>aws-http-jvm</artifactId> <version>1.4.71</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-json-protocols-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-protocol-core-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-signing-common-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>aws-signing-default-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-auth-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-auth-aws-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>http-client-engine-default-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>identity-api-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>serde-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>serde-json-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>telemetry-defaults-jvm</artifactId> <version>1.4.15</version> <scope>runtime</scope> </dependency> </dependencies> </project>