GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-kafka |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
forklift-kafka-3.3.pom | |
forklift-kafka-3.3.jar | 40 KB |
forklift-kafka-3.3-sources.jar | 17 KB |
forklift-kafka-3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-kafka/
implementation 'com.github.dcshock:forklift-kafka:3.3'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-kafka/
implementation ("com.github.dcshock:forklift-kafka:3.3")
'com.github.dcshock:forklift-kafka:jar:3.3'
<dependency org="com.github.dcshock" name="forklift-kafka" rev="3.3">
<artifact name="forklift-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-kafka', version='3.3')
)
libraryDependencies += "com.github.dcshock" % "forklift-kafka" % "3.3"
[com.github.dcshock/forklift-kafka "3.3"]