GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdtest-kafka |
Version | Version3.1.13 |
Type | Typejar |
Filename | Size |
---|---|
test-kafka-3.1.13.pom | |
test-kafka-3.1.13.jar | 4 KB |
test-kafka-3.1.13-sources.jar | 3 KB |
test-kafka-3.1.13-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/test-kafka/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>test-kafka</artifactId>
<version>3.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/test-kafka/
implementation 'com.github.shoothzj:test-kafka:3.1.13'
// https://jarcasting.com/artifacts/com.github.shoothzj/test-kafka/
implementation ("com.github.shoothzj:test-kafka:3.1.13")
'com.github.shoothzj:test-kafka:jar:3.1.13'
<dependency org="com.github.shoothzj" name="test-kafka" rev="3.1.13">
<artifact name="test-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='test-kafka', version='3.1.13')
)
libraryDependencies += "com.github.shoothzj" % "test-kafka" % "3.1.13"
[com.github.shoothzj/test-kafka "3.1.13"]