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