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