MVN

io.github.nomisrev : arrow-fx-coroutines-utils-jvm

Maven & Gradle

Jun 17, 2022
1 usages
0 stars

arrow-fx-coroutines-utils · Library with functional concurrency primitives

<dependency>
    <groupId>io.github.nomisrev</groupId>
    <artifactId>arrow-fx-coroutines-utils-jvm</artifactId>
    <version>0.1.1-alpha.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nomisrev : arrow-fx-coroutines-utils-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1-alpha.34
  • Latest Alpha: 0.1.1-alpha.34

All Versions

Choose a version of io.github.nomisrev : arrow-fx-coroutines-utils-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.34
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.33
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.31
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.30
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.29
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.28
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.27
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.26
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.22
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.21
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.20
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.19
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.18
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.17
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.16
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.15
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.14
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.13
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.12
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.11
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.10
arrow-fx-coroutines-utils-jvm-0.1.1-alpha.8

How to add a dependency to Maven

Add the following io.github.nomisrev : arrow-fx-coroutines-utils-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nomisrev</groupId>
    <artifactId>arrow-fx-coroutines-utils-jvm</artifactId>
    <version>0.1.1-alpha.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nomisrev : arrow-fx-coroutines-utils-jvm gradle dependency to your build.gradle file:

implementation 'io.github.nomisrev:arrow-fx-coroutines-utils-jvm:0.1.1-alpha.34'

Gradle Kotlin DSL: Add the following io.github.nomisrev : arrow-fx-coroutines-utils-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nomisrev:arrow-fx-coroutines-utils-jvm:0.1.1-alpha.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nomisrev : arrow-fx-coroutines-utils-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nomisrev" % "arrow-fx-coroutines-utils-jvm" % "0.1.1-alpha.34"