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