Files download
File Operation
google-api-services-pubsub-v1-rev10-1.22.0.jar download
google-api-services-pubsub-v1-rev10-1.22.0.pom download
google-api-services-pubsub-v1-rev10-1.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-pubsub</artifactId>
  <version>v1-rev10-1.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.apis:google-api-services-pubsub:v1-rev10-1.22.0'
Gradle Kotlin
implementation("com.google.apis:google-api-services-pubsub:v1-rev10-1.22.0")
Scala SBT
libraryDependencies += "com.google.apis" % "google-api-services-pubsub" % "v1-rev10-1.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.apis', module='google-api-services-pubsub', version='v1-rev10-1.22.0')
)
Apache Ivy
<dependency org="com.google.apis" name="google-api-services-pubsub" rev="v1-rev10-1.22.0" />
Leiningen
[com.google.apis/google-api-services-pubsub "v1-rev10-1.22.0"]
Apache Buildr
'com.google.apis:google-api-services-pubsub:jar:v1-rev10-1.22.0'