| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииКомпиляция и сборка |
| Группа | Группаorg.apache.distributedlog |
| Идентификатор | Идентификаторdistributedlog-build-tools |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Описание |
ОписаниеApache DistributedLog :: Build Tools
Apache DistributedLog provides a high performance replicated log service.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| distributedlog-build-tools-0.5.0.pom | |
| distributedlog-build-tools-0.5.0.jar | 17 KB |
| distributedlog-build-tools-0.5.0-sources.jar | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-build-tools/ -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-build-tools</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-build-tools/
implementation 'org.apache.distributedlog:distributedlog-build-tools:0.5.0'
// https://jarcasting.com/artifacts/org.apache.distributedlog/distributedlog-build-tools/
implementation ("org.apache.distributedlog:distributedlog-build-tools:0.5.0")
'org.apache.distributedlog:distributedlog-build-tools:jar:0.5.0'
<dependency org="org.apache.distributedlog" name="distributedlog-build-tools" rev="0.5.0">
<artifact name="distributedlog-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.distributedlog', module='distributedlog-build-tools', version='0.5.0')
)
libraryDependencies += "org.apache.distributedlog" % "distributedlog-build-tools" % "0.5.0"
[org.apache.distributedlog/distributedlog-build-tools "0.5.0"]