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