| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.twitter |
| Идентификатор | Идентификаторdistributedlog |
| Последняя версия | Последняя версия0.3.51-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdistributedlog
A high performance replicated log service
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| distributedlog-0.3.51-RC1.pom | 7 KB |
| Обзор |
<!-- 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"]