GroupId | GroupIdcn.org.faster |
---|---|
ArtifactId | ArtifactIdfaster-kafka |
Version | Version1.3.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-kafka/
implementation 'cn.org.faster:faster-kafka:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-kafka/
implementation ("cn.org.faster:faster-kafka:1.3.1.RELEASE")
'cn.org.faster:faster-kafka:jar:1.3.1.RELEASE'
<dependency org="cn.org.faster" name="faster-kafka" rev="1.3.1.RELEASE">
<artifact name="faster-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-kafka', version='1.3.1.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-kafka" % "1.3.1.RELEASE"
[cn.org.faster/faster-kafka "1.3.1.RELEASE"]