GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-kafka |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
forklift-kafka-3.6.pom | |
forklift-kafka-3.6.jar | 40 KB |
forklift-kafka-3.6-sources.jar | 17 KB |
forklift-kafka-3.6-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dcshock/forklift-kafka/ -->
<dependency>
<groupId>com.github.dcshock</groupId>
<artifactId>forklift-kafka</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-kafka/
implementation 'com.github.dcshock:forklift-kafka:3.6'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-kafka/
implementation ("com.github.dcshock:forklift-kafka:3.6")
'com.github.dcshock:forklift-kafka:jar:3.6'
<dependency org="com.github.dcshock" name="forklift-kafka" rev="3.6">
<artifact name="forklift-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-kafka', version='3.6')
)
libraryDependencies += "com.github.dcshock" % "forklift-kafka" % "3.6"
[com.github.dcshock/forklift-kafka "3.6"]