| License |
License |
|---|---|
| GroupId | GroupIdcom.github.shoothzj |
| ArtifactId | ArtifactIdkafka-sdk |
| Version | Version3.0.16.RELEASE |
| Type | Typejar |
| Description |
DescriptionJava dependency
|
| Project Organization |
Project OrganizationShoothzj |
| Filename | Size |
|---|---|
| kafka-sdk-3.0.16.RELEASE.pom | |
| kafka-sdk-3.0.16.RELEASE.jar | 13 KB |
| kafka-sdk-3.0.16.RELEASE-sources.jar | 6 KB |
| kafka-sdk-3.0.16.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.16.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation 'com.github.shoothzj:kafka-sdk:3.0.16.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation ("com.github.shoothzj:kafka-sdk:3.0.16.RELEASE")
'com.github.shoothzj:kafka-sdk:jar:3.0.16.RELEASE'
<dependency org="com.github.shoothzj" name="kafka-sdk" rev="3.0.16.RELEASE">
<artifact name="kafka-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='kafka-sdk', version='3.0.16.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "kafka-sdk" % "3.0.16.RELEASE"
[com.github.shoothzj/kafka-sdk "3.0.16.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.shoothzj : java-tool | jar | 3.0.16.RELEASE |
| org.apache.kafka : kafka-clients | jar | 2.1.0 |