Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.bluejeans |
ArtifactId | ArtifactIdkafka-client |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
kafka-client-2.0.2.pom | |
kafka-client-2.0.2.jar | 30 KB |
kafka-client-2.0.2-sources.jar | 12 KB |
kafka-client-2.0.2-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluejeans/kafka-client/ -->
<dependency>
<groupId>com.bluejeans</groupId>
<artifactId>kafka-client</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluejeans/kafka-client/
implementation 'com.bluejeans:kafka-client:2.0.2'
// https://jarcasting.com/artifacts/com.bluejeans/kafka-client/
implementation ("com.bluejeans:kafka-client:2.0.2")
'com.bluejeans:kafka-client:jar:2.0.2'
<dependency org="com.bluejeans" name="kafka-client" rev="2.0.2">
<artifact name="kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluejeans', module='kafka-client', version='2.0.2')
)
libraryDependencies += "com.bluejeans" % "kafka-client" % "2.0.2"
[com.bluejeans/kafka-client "2.0.2"]