License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.bluejeans |
ArtifactId | ArtifactIdkafka-client |
Last Version | Last Version2.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkafka-client
Bluejeans common utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kafka-client-2.2.7.pom | |
kafka-client-2.2.7.jar | 22 KB |
kafka-client-2.2.7-sources.jar | 9 KB |
kafka-client-2.2.7-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluejeans/kafka-client/ -->
<dependency>
<groupId>com.bluejeans</groupId>
<artifactId>kafka-client</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluejeans/kafka-client/
implementation 'com.bluejeans:kafka-client:2.2.7'
// https://jarcasting.com/artifacts/com.bluejeans/kafka-client/
implementation ("com.bluejeans:kafka-client:2.2.7")
'com.bluejeans:kafka-client:jar:2.2.7'
<dependency org="com.bluejeans" name="kafka-client" rev="2.2.7">
<artifact name="kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluejeans', module='kafka-client', version='2.2.7')
)
libraryDependencies += "com.bluejeans" % "kafka-client" % "2.2.7"
[com.bluejeans/kafka-client "2.2.7"]
Group / Artifact | Type | Version |
---|---|---|
com.bluejeans : utils | jar | 1.1.7 |
com.bluejeans : zookeeper-utils | jar | 1.1.0 |
org.apache.kafka : kafka-clients | jar | 0.9.0.1 |
org.apache.kafka : kafka_2.11 | jar | 0.9.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |