MVN

io.provenance.coroutines : pb-coroutines-core

Maven & Gradle

Aug 04, 2022
3 stars

Kafka Coroutine Implementation · Library for reading from and writing to Kafka from Kotlin coroutines

<dependency>
    <groupId>io.provenance.coroutines</groupId>
    <artifactId>pb-coroutines-core</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.provenance.coroutines : pb-coroutines-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of io.provenance.coroutines : pb-coroutines-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
pb-coroutines-core-0.4.0

How to add a dependency to Maven

Add the following io.provenance.coroutines : pb-coroutines-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.provenance.coroutines</groupId>
    <artifactId>pb-coroutines-core</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.provenance.coroutines : pb-coroutines-core gradle dependency to your build.gradle file:

implementation 'io.provenance.coroutines:pb-coroutines-core:0.4.0'

Gradle Kotlin DSL: Add the following io.provenance.coroutines : pb-coroutines-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.provenance.coroutines:pb-coroutines-core:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.provenance.coroutines : pb-coroutines-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.provenance.coroutines" % "pb-coroutines-core" % "0.4.0"