Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdkafka |
Version | Version758.2.551.0 |
Type | Typejar |
Filename | Size |
---|---|
kafka-758.2.551.0.pom | |
kafka-758.2.551.0.jar | 10 KB |
kafka-758.2.551.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/kafka/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>kafka</artifactId>
<version>758.2.551.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/kafka/
implementation 'com.cognitect.aws:kafka:758.2.551.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/kafka/
implementation ("com.cognitect.aws:kafka:758.2.551.0")
'com.cognitect.aws:kafka:jar:758.2.551.0'
<dependency org="com.cognitect.aws" name="kafka" rev="758.2.551.0">
<artifact name="kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='kafka', version='758.2.551.0')
)
libraryDependencies += "com.cognitect.aws" % "kafka" % "758.2.551.0"
[com.cognitect.aws/kafka "758.2.551.0"]