не последняя версия
Последняя версия 0.4

com.github.fpopic:bigquery-schema-select_2.13 0.1

Generates SQL query that selects all fields (recursively for nested fields) from the provided BigQuery schema file.

Группа

Группа

com.github.fpopic
Идентификатор

Идентификатор

bigquery-schema-select_2.13
Версия

Версия

0.1
Тип

Тип

jar

Скачать bigquery-schema-select_2.13 0.1


<!-- https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/ -->
<dependency>
    <groupId>com.github.fpopic</groupId>
    <artifactId>bigquery-schema-select_2.13</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/
implementation 'com.github.fpopic:bigquery-schema-select_2.13:0.1'
// https://jarcasting.com/artifacts/com.github.fpopic/bigquery-schema-select_2.13/
implementation ("com.github.fpopic:bigquery-schema-select_2.13:0.1")
'com.github.fpopic:bigquery-schema-select_2.13:jar:0.1'
<dependency org="com.github.fpopic" name="bigquery-schema-select_2.13" rev="0.1">
  <artifact name="bigquery-schema-select_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fpopic', module='bigquery-schema-select_2.13', version='0.1')
)
libraryDependencies += "com.github.fpopic" % "bigquery-schema-select_2.13" % "0.1"
[com.github.fpopic/bigquery-schema-select_2.13 "0.1"]