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