c

cloud-pubsub-client

High performance Cloud Pub/Sub client library. (NOTE) This release includes only data plane operations, publishing and pulling messages, and it is based on our gRPC beta release. (ALPHA) This library uses features that are part of an invitation-only release of the underlying Cloud Pub/Sub API. The library will generate errors unless you have access to this API. This restriction should be relaxed in the near future. Please contact cloud-pubsub@google.com with any questions in the meantime.
https://cloud.google.com/pubsub
Apache License, Version 2.0
Files download
File Operation
cloud-pubsub-client-0.2.1-EXPERIMENTAL.jar download
cloud-pubsub-client-0.2.1-EXPERIMENTAL.pom download
cloud-pubsub-client-0.2.1-EXPERIMENTAL-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.pubsub</groupId>
  <artifactId>cloud-pubsub-client</artifactId>
  <version>0.2.1-EXPERIMENTAL</version>
</dependency>
Gradle Groovy
implementation 'com.google.pubsub:cloud-pubsub-client:0.2.1-EXPERIMENTAL'
Gradle Kotlin
implementation("com.google.pubsub:cloud-pubsub-client:0.2.1-EXPERIMENTAL")
Scala SBT
libraryDependencies += "com.google.pubsub" % "cloud-pubsub-client" % "0.2.1-EXPERIMENTAL"
Groovy Grape
@Grapes(
  @Grab(group='com.google.pubsub', module='cloud-pubsub-client', version='0.2.1-EXPERIMENTAL')
)
Apache Ivy
<dependency org="com.google.pubsub" name="cloud-pubsub-client" rev="0.2.1-EXPERIMENTAL" />
Leiningen
[com.google.pubsub/cloud-pubsub-client "0.2.1-EXPERIMENTAL"]
Apache Buildr
'com.google.pubsub:cloud-pubsub-client:jar:0.2.1-EXPERIMENTAL'