Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.heanbian |
ArtifactId | ArtifactIdheanbian-kafka-client |
Version | Version11.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-kafka-client/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-kafka-client</artifactId>
<version>11.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-kafka-client/
implementation 'com.heanbian:heanbian-kafka-client:11.0.8'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-kafka-client/
implementation ("com.heanbian:heanbian-kafka-client:11.0.8")
'com.heanbian:heanbian-kafka-client:jar:11.0.8'
<dependency org="com.heanbian" name="heanbian-kafka-client" rev="11.0.8">
<artifact name="heanbian-kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-kafka-client', version='11.0.8')
)
libraryDependencies += "com.heanbian" % "heanbian-kafka-client" % "11.0.8"
[com.heanbian/heanbian-kafka-client "11.0.8"]