License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIddistributedlog |
Last Version | Last Version0.3.51-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondistributedlog
A high performance replicated log service
|
Project URL |
Project URL |
Filename | Size |
---|---|
distributedlog-0.3.51-RC1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/distributedlog/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/distributedlog/
implementation 'com.twitter:distributedlog:0.3.51-RC1'
// https://jarcasting.com/artifacts/com.twitter/distributedlog/
implementation ("com.twitter:distributedlog:0.3.51-RC1")
'com.twitter:distributedlog:pom:0.3.51-RC1'
<dependency org="com.twitter" name="distributedlog" rev="0.3.51-RC1">
<artifact name="distributedlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='distributedlog', version='0.3.51-RC1')
)
libraryDependencies += "com.twitter" % "distributedlog" % "0.3.51-RC1"
[com.twitter/distributedlog "0.3.51-RC1"]