MVN

com.vlkan : reactor-pubsub

Maven & Gradle

Feb 17, 2021
29 stars

Reactive Google Cloud Pub/Sub driver with Reactor · Finally a Google Cloud Pub/Sub driver that you can wrap your mind around its internals and leverage this to implement efficient, backpressure-aware, asynchronous, debugging-friendly Pubsub requests that play nicely with your existing Reactor code base.

<dependency>
    <groupId>com.vlkan</groupId>
    <artifactId>reactor-pubsub</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vlkan : reactor-pubsub to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.vlkan : reactor-pubsub to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
reactor-pubsub-0.2.2
reactor-pubsub-0.2.1
reactor-pubsub-0.2.0
0.1.x
reactor-pubsub-0.1.2
reactor-pubsub-0.1.1
reactor-pubsub-0.1.0

How to add a dependency to Maven

Add the following com.vlkan : reactor-pubsub maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vlkan</groupId>
    <artifactId>reactor-pubsub</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vlkan : reactor-pubsub gradle dependency to your build.gradle file:

implementation 'com.vlkan:reactor-pubsub:0.2.2'

Gradle Kotlin DSL: Add the following com.vlkan : reactor-pubsub gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vlkan:reactor-pubsub:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vlkan : reactor-pubsub sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vlkan" % "reactor-pubsub" % "0.2.2"

Advertisement