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