is not current version
Last Version 2.4.1

software.amazon.kinesis:amazon-kinesis-client 2.0.3-experimental-3

The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.

Categories

Categories

CLI User Interface
GroupId

GroupId

software.amazon.kinesis
ArtifactId

ArtifactId

amazon-kinesis-client
Version

Version

2.0.3-experimental-3
Type

Type

jar

Download amazon-kinesis-client 2.0.3-experimental-3


<!-- https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client/ -->
<dependency>
    <groupId>software.amazon.kinesis</groupId>
    <artifactId>amazon-kinesis-client</artifactId>
    <version>2.0.3-experimental-3</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client/
implementation 'software.amazon.kinesis:amazon-kinesis-client:2.0.3-experimental-3'
// https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client/
implementation ("software.amazon.kinesis:amazon-kinesis-client:2.0.3-experimental-3")
'software.amazon.kinesis:amazon-kinesis-client:jar:2.0.3-experimental-3'
<dependency org="software.amazon.kinesis" name="amazon-kinesis-client" rev="2.0.3-experimental-3">
  <artifact name="amazon-kinesis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.kinesis', module='amazon-kinesis-client', version='2.0.3-experimental-3')
)
libraryDependencies += "software.amazon.kinesis" % "amazon-kinesis-client" % "2.0.3-experimental-3"
[software.amazon.kinesis/amazon-kinesis-client "2.0.3-experimental-3"]