Last Version

Google Cloud Pub/Sub Client 0.2.1-EXPERIMENTAL

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 [email protected] with any questions in the meantime.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.pubsub
ArtifactId

ArtifactId

cloud-pubsub-client
Version

Version

0.2.1-EXPERIMENTAL
Type

Type

jar
Description

Description

Google Cloud Pub/Sub 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 [email protected] with any questions in the meantime.
Project URL

Project URL

https://cloud.google.com/pubsub
Source Code Management

Source Code Management

https://github.com/GoogleCloudPlatform/pubsub/tree/master/client

Download cloud-pubsub-client 0.2.1-EXPERIMENTAL


<!-- https://jarcasting.com/artifacts/com.google.pubsub/cloud-pubsub-client/ -->
<dependency>
    <groupId>com.google.pubsub</groupId>
    <artifactId>cloud-pubsub-client</artifactId>
    <version>0.2.1-EXPERIMENTAL</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.pubsub/cloud-pubsub-client/
implementation 'com.google.pubsub:cloud-pubsub-client:0.2.1-EXPERIMENTAL'
// https://jarcasting.com/artifacts/com.google.pubsub/cloud-pubsub-client/
implementation ("com.google.pubsub:cloud-pubsub-client:0.2.1-EXPERIMENTAL")
'com.google.pubsub:cloud-pubsub-client:jar:0.2.1-EXPERIMENTAL'
<dependency org="com.google.pubsub" name="cloud-pubsub-client" rev="0.2.1-EXPERIMENTAL">
  <artifact name="cloud-pubsub-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.pubsub', module='cloud-pubsub-client', version='0.2.1-EXPERIMENTAL')
)
libraryDependencies += "com.google.pubsub" % "cloud-pubsub-client" % "0.2.1-EXPERIMENTAL"
[com.google.pubsub/cloud-pubsub-client "0.2.1-EXPERIMENTAL"]

Dependencies

compile (12)

Group / Artifact Type Version
com.google.auth : google-auth-library-oauth2-http jar 0.5.0
com.google.guava : guava jar 20.0
com.google.api.grpc : grpc-google-cloud-pubsub-v1 jar 0.1.12
io.grpc : grpc-netty jar 1.4.0
io.grpc : grpc-auth jar 1.4.0
io.grpc : grpc-protobuf jar 1.4.0
io.grpc : grpc-stub jar 1.4.0
io.netty : netty-tcnative-boringssl-static jar 1.1.33.Fork23
joda-time : joda-time jar 2.9.4
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-log4j12 jar 1.7.21
log4j : log4j jar 1.2.17

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.