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