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