License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIddistributedlog-kafka |
Last Version | Last Version0.3.51-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDistributedLog Kafka Tutorial
A high performance replicated log service
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.twitter/distributedlog-kafka/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>distributedlog-kafka</artifactId>
<version>0.3.51-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/distributedlog-kafka/
implementation 'com.twitter:distributedlog-kafka:0.3.51-RC1'
// https://jarcasting.com/artifacts/com.twitter/distributedlog-kafka/
implementation ("com.twitter:distributedlog-kafka:0.3.51-RC1")
'com.twitter:distributedlog-kafka:jar:0.3.51-RC1'
<dependency org="com.twitter" name="distributedlog-kafka" rev="0.3.51-RC1">
<artifact name="distributedlog-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='distributedlog-kafka', version='0.3.51-RC1')
)
libraryDependencies += "com.twitter" % "distributedlog-kafka" % "0.3.51-RC1"
[com.twitter/distributedlog-kafka "0.3.51-RC1"]
Group / Artifact | Type | Version |
---|---|---|
com.twitter : distributedlog-messaging | jar | 0.3.51-RC1 |
org.apache.kafka : kafka-clients | jar | 0.9.0.1 |