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