is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-google-bigquery 1.8.1

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.8.1
Type

Type

jar

Download camel-quarkus-google-bigquery 1.8.1


<!-- 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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-google-bigquery/
implementation 'org.apache.camel.quarkus:camel-quarkus-google-bigquery:1.8.1'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-google-bigquery/
implementation ("org.apache.camel.quarkus:camel-quarkus-google-bigquery:1.8.1")
'org.apache.camel.quarkus:camel-quarkus-google-bigquery:jar:1.8.1'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-google-bigquery" rev="1.8.1">
  <artifact name="camel-quarkus-google-bigquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-google-bigquery', version='1.8.1')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-google-bigquery" % "1.8.1"
[org.apache.camel.quarkus/camel-quarkus-google-bigquery "1.8.1"]