| Группа | Группаorg.apache.pinot |
|---|---|
| Идентификатор | Идентификаторpinot-stream-ingestion |
| Версия | Версия0.7.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pinot-stream-ingestion-0.7.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.pinot/pinot-stream-ingestion/ -->
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-stream-ingestion</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-stream-ingestion/
implementation 'org.apache.pinot:pinot-stream-ingestion:0.7.0'
// https://jarcasting.com/artifacts/org.apache.pinot/pinot-stream-ingestion/
implementation ("org.apache.pinot:pinot-stream-ingestion:0.7.0")
'org.apache.pinot:pinot-stream-ingestion:pom:0.7.0'
<dependency org="org.apache.pinot" name="pinot-stream-ingestion" rev="0.7.0">
<artifact name="pinot-stream-ingestion" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.pinot', module='pinot-stream-ingestion', version='0.7.0')
)
libraryDependencies += "org.apache.pinot" % "pinot-stream-ingestion" % "0.7.0"
[org.apache.pinot/pinot-stream-ingestion "0.7.0"]