| GroupId | GroupIdcn.org.faster | 
|---|---|
| ArtifactId | ArtifactIdfaster-kafka | 
| Version | Version1.3.6.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-kafka/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>faster-kafka</artifactId>
    <version>1.3.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/faster-kafka/
implementation 'cn.org.faster:faster-kafka:1.3.6.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/faster-kafka/
implementation ("cn.org.faster:faster-kafka:1.3.6.RELEASE")'cn.org.faster:faster-kafka:jar:1.3.6.RELEASE'<dependency org="cn.org.faster" name="faster-kafka" rev="1.3.6.RELEASE">
  <artifact name="faster-kafka" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='faster-kafka', version='1.3.6.RELEASE')
)libraryDependencies += "cn.org.faster" % "faster-kafka" % "1.3.6.RELEASE"[cn.org.faster/faster-kafka "1.3.6.RELEASE"]