GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdkafka-sdk |
Version | Version3.0.12.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
kafka-sdk-3.0.12.RELEASE.pom | |
kafka-sdk-3.0.12.RELEASE.jar | 13 KB |
kafka-sdk-3.0.12.RELEASE-sources.jar | 6 KB |
kafka-sdk-3.0.12.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.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation 'com.github.shoothzj:kafka-sdk:3.0.12.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/kafka-sdk/
implementation ("com.github.shoothzj:kafka-sdk:3.0.12.RELEASE")
'com.github.shoothzj:kafka-sdk:jar:3.0.12.RELEASE'
<dependency org="com.github.shoothzj" name="kafka-sdk" rev="3.0.12.RELEASE">
<artifact name="kafka-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='kafka-sdk', version='3.0.12.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "kafka-sdk" % "3.0.12.RELEASE"
[com.github.shoothzj/kafka-sdk "3.0.12.RELEASE"]