| GroupId | GroupIdtech.mhuang |
|---|---|
| ArtifactId | ArtifactIdhmtool-ext-kafka |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hmtool-ext-kafka-1.0.0.pom | |
| hmtool-ext-kafka-1.0.0.jar | 36 KB |
| hmtool-ext-kafka-1.0.0-sources.jar | 19 KB |
| hmtool-ext-kafka-1.0.0-javadoc.jar | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-kafka/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-ext-kafka</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-kafka/
implementation 'tech.mhuang:hmtool-ext-kafka:1.0.0'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-kafka/
implementation ("tech.mhuang:hmtool-ext-kafka:1.0.0")
'tech.mhuang:hmtool-ext-kafka:jar:1.0.0'
<dependency org="tech.mhuang" name="hmtool-ext-kafka" rev="1.0.0">
<artifact name="hmtool-ext-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-ext-kafka', version='1.0.0')
)
libraryDependencies += "tech.mhuang" % "hmtool-ext-kafka" % "1.0.0"
[tech.mhuang/hmtool-ext-kafka "1.0.0"]