<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
<artifactId>quarkus-google-cloud-bigquery-parent</artifactId>
<version>2.4.0</version>
</dependency>
implementation group: 'io.quarkiverse.googlecloudservices', name: 'quarkus-google-cloud-bigquery-parent', version: '2.4.0'
implementation 'io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery-parent:2.4.0'
implementation("io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery-parent:2.4.0")
libraryDependencies += "io.quarkiverse.googlecloudservices" % "quarkus-google-cloud-bigquery-parent" % "2.4.0"
<dependency org="io.quarkiverse.googlecloudservices" name="quarkus-google-cloud-bigquery-parent" rev="2.4.0"/>
@Grapes(
@Grab(group='io.quarkiverse.googlecloudservices', module='quarkus-google-cloud-bigquery-parent', version='2.4.0')
)
[io.quarkiverse.googlecloudservices/quarkus-google-cloud-bigquery-parent "2.4.0"]
'io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery-parent:jar:2.4.0'