s

spring-cloud-gcp-pubsub-stream-binder

Google Cloud Pub/Sub Binder for Spring Cloud Stream
https://spring.io/projects/spring-cloud-gcp
Apache License, Version 2.0
文件下载
文件名 操作
spring-cloud-gcp-pubsub-stream-binder-3.7.7.jar 下载
spring-cloud-gcp-pubsub-stream-binder-3.7.7.pom 下载
spring-cloud-gcp-pubsub-stream-binder-3.7.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>spring-cloud-gcp-pubsub-stream-binder</artifactId>
  <version>3.7.7</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder:3.7.7'
Gradle Kotlin
implementation("com.google.cloud:spring-cloud-gcp-pubsub-stream-binder:3.7.7")
Scala SBT
libraryDependencies += "com.google.cloud" % "spring-cloud-gcp-pubsub-stream-binder" % "3.7.7"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud', module='spring-cloud-gcp-pubsub-stream-binder', version='3.7.7')
)
Apache Ivy
<dependency org="com.google.cloud" name="spring-cloud-gcp-pubsub-stream-binder" rev="3.7.7" />
Leiningen
[com.google.cloud/spring-cloud-gcp-pubsub-stream-binder "3.7.7"]
Apache Buildr
'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder:jar:3.7.7'