| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.google.pubsub | 
    
| ArtifactId | ArtifactIdcloud-pubsub-client | 
    
| Version | Version0.2.1-EXPERIMENTAL | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle 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 cloud-pubsub@google.com with any
    questions in the meantime. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- 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"]
                | 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.9.5 |