is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-google-bigquery 1.0.0-CR3

Access Google Cloud BigQuery service using SQL queries or Google Client Services API

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-google-bigquery
Version

Version

1.0.0-CR3
Type

Type

jar

Download camel-quarkus-google-bigquery 1.0.0-CR3


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-google-bigquery/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-google-bigquery</artifactId>
    <version>1.0.0-CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-google-bigquery/
implementation 'org.apache.camel.quarkus:camel-quarkus-google-bigquery:1.0.0-CR3'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-google-bigquery/
implementation ("org.apache.camel.quarkus:camel-quarkus-google-bigquery:1.0.0-CR3")
'org.apache.camel.quarkus:camel-quarkus-google-bigquery:jar:1.0.0-CR3'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-google-bigquery" rev="1.0.0-CR3">
  <artifact name="camel-quarkus-google-bigquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-google-bigquery', version='1.0.0-CR3')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-google-bigquery" % "1.0.0-CR3"
[org.apache.camel.quarkus/camel-quarkus-google-bigquery "1.0.0-CR3"]