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