| GroupId | GroupIdcom.github.shoothzj | 
|---|---|
| ArtifactId | ArtifactIdkafka-sdk | 
| Version | Version3.0.0.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| kafka-sdk-3.0.0.RELEASE.pom | |
| kafka-sdk-3.0.0.RELEASE.jar | 13 KB | 
| kafka-sdk-3.0.0.RELEASE-sources.jar | 6 KB | 
| kafka-sdk-3.0.0.RELEASE-javadoc.jar | 417 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/ -->
<dependency>
    <groupId>com.github.shoothzj</groupId>
    <artifactId>kafka-sdk</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation 'com.github.shoothzj:kafka-sdk:3.0.0.RELEASE'// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation ("com.github.shoothzj:kafka-sdk:3.0.0.RELEASE")'com.github.shoothzj:kafka-sdk:jar:3.0.0.RELEASE'<dependency org="com.github.shoothzj" name="kafka-sdk" rev="3.0.0.RELEASE">
  <artifact name="kafka-sdk" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.shoothzj', module='kafka-sdk', version='3.0.0.RELEASE')
)libraryDependencies += "com.github.shoothzj" % "kafka-sdk" % "3.0.0.RELEASE"[com.github.shoothzj/kafka-sdk "3.0.0.RELEASE"]