| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.pinot |
| Идентификатор | Идентификаторpinot-segment-writer |
| Последняя версия | Последняя версия0.10.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPinot Segment Writer
A realtime distributed OLAP datastore
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| pinot-segment-writer-0.10.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-writer/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-segment-writer</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-writer/
implementation 'org.apache.pinot:pinot-segment-writer:0.10.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-segment-writer/
implementation ("org.apache.pinot:pinot-segment-writer:0.10.0")
'org.apache.pinot:pinot-segment-writer:pom:0.10.0'
<dependency org="org.apache.pinot" name="pinot-segment-writer" rev="0.10.0">
<artifact name="pinot-segment-writer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-segment-writer', version='0.10.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-segment-writer" % "0.10.0"
[org.apache.pinot/pinot-segment-writer "0.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.pinot : pinot-common | jar | 0.10.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.pinot : pinot-spi | jar | 0.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.pinot : pinot-core | jar | 0.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.11 |