<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-gcp-pubsub</artifactId>
<version>4.18.1</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-gcp-pubsub" % "4.18.1"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-gcp-pubsub', version='4.18.1')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-gcp-pubsub" rev="4.18.1" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.18.1</version> </parent>
compile
|-- com.google.cloud:google-cloud-pubsub
|-- io.smallrye.reactive:smallrye-reactive-messaging-provider
provided
|-- org.eclipse.microprofile.config:microprofile-config-api
|-- io.smallrye.reactive:smallrye-connector-attribute-processor
test
|-- io.smallrye.config:smallrye-config