License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdsoftware.amazon.kinesis |
ArtifactId | ArtifactIdamazon-kinesis-client-pom |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAmazon Kinesis Client Library
The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
from Amazon Kinesis.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
amazon-kinesis-client-pom-2.4.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client-pom/ -->
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client-pom</artifactId>
<version>2.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client-pom/
implementation 'software.amazon.kinesis:amazon-kinesis-client-pom:2.4.1'
// https://jarcasting.com/artifacts/software.amazon.kinesis/amazon-kinesis-client-pom/
implementation ("software.amazon.kinesis:amazon-kinesis-client-pom:2.4.1")
'software.amazon.kinesis:amazon-kinesis-client-pom:pom:2.4.1'
<dependency org="software.amazon.kinesis" name="amazon-kinesis-client-pom" rev="2.4.1">
<artifact name="amazon-kinesis-client-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='software.amazon.kinesis', module='amazon-kinesis-client-pom', version='2.4.1')
)
libraryDependencies += "software.amazon.kinesis" % "amazon-kinesis-client-pom" % "2.4.1"
[software.amazon.kinesis/amazon-kinesis-client-pom "2.4.1"]