Categories |
CategoriesQuarkus Container Microservices Google Cloud PaaS Providers |
---|---|
GroupId | GroupIdio.quarkiverse.googlecloudservices |
ArtifactId | ArtifactIdquarkus-google-cloud-bigquery |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-bigquery/ -->
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
<artifactId>quarkus-google-cloud-bigquery</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-bigquery/
implementation 'io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery:0.4.0'
// https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-bigquery/
implementation ("io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery:0.4.0")
'io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery:jar:0.4.0'
<dependency org="io.quarkiverse.googlecloudservices" name="quarkus-google-cloud-bigquery" rev="0.4.0">
<artifact name="quarkus-google-cloud-bigquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.googlecloudservices', module='quarkus-google-cloud-bigquery', version='0.4.0')
)
libraryDependencies += "io.quarkiverse.googlecloudservices" % "quarkus-google-cloud-bigquery" % "0.4.0"
[io.quarkiverse.googlecloudservices/quarkus-google-cloud-bigquery "0.4.0"]