MVN

tech.figure.coroutines : ft-coroutines-core

Maven & Gradle

May 17, 2023
3 stars

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

<dependency>
    <groupId>tech.figure.coroutines</groupId>
    <artifactId>ft-coroutines-core</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.figure.coroutines : ft-coroutines-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of tech.figure.coroutines : ft-coroutines-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ft-coroutines-core-1.1.2
ft-coroutines-core-1.1.1
ft-coroutines-core-1.1.0
1.0.x
ft-coroutines-core-1.0.0
0.7.x
ft-coroutines-core-0.7.4
ft-coroutines-core-0.7.3
ft-coroutines-core-0.7.2
ft-coroutines-core-0.7.1
ft-coroutines-core-0.7.0
0.6.x
ft-coroutines-core-0.6.0
0.5.x
ft-coroutines-core-0.5.1
ft-coroutines-core-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.figure.coroutines</groupId>
    <artifactId>ft-coroutines-core</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.figure.coroutines : ft-coroutines-core gradle dependency to your build.gradle file:

implementation 'tech.figure.coroutines:ft-coroutines-core:1.1.2'

Gradle Kotlin DSL: Add the following tech.figure.coroutines : ft-coroutines-core gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.figure.coroutines:ft-coroutines-core:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.figure.coroutines : ft-coroutines-core sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.figure.coroutines" % "ft-coroutines-core" % "1.1.2"