MVN

net.tascalate.javaflow.util : lib

Maven & Gradle

Aug 20, 2018
2 stars

Tascalate JavFlow Util · Continuations / CoRoutines for Java 1.8+. This library is an add-on to Tascalate Javaflow continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.

<dependency>
    <groupId>net.tascalate.javaflow.util</groupId>
    <artifactId>lib</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.tascalate.javaflow.util : lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of net.tascalate.javaflow.util : lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
lib-0.9.0

How to add a dependency to Maven

Add the following net.tascalate.javaflow.util : lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.tascalate.javaflow.util</groupId>
    <artifactId>lib</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.tascalate.javaflow.util : lib gradle dependency to your build.gradle file:

implementation 'net.tascalate.javaflow.util:lib:0.9.0'

Gradle Kotlin DSL: Add the following net.tascalate.javaflow.util : lib gradle kotlin dependency to your build.gradle.kts file:

implementation("net.tascalate.javaflow.util:lib:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.tascalate.javaflow.util : lib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.tascalate.javaflow.util" % "lib" % "0.9.0"

Advertisement