is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-google-bigquery 2.7.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

2.7.1
Type

Type

jar

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