MVN

io.foldright : cffu

Maven & Gradle

Aug 09, 2023
132 stars

CompletableFuture-Fu(cffu) · 🦝 A tiny sidekick library for CompletableFuture to improve user experience and reduce misuse.

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu</artifactId>
    <version>0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.foldright : cffu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8

All Versions

Choose a version of io.foldright : cffu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
cffu-0.9.8
cffu-0.9.7
cffu-0.9.6
cffu-0.9.5
cffu-0.9.4
cffu-0.9.3
cffu-0.9.2
cffu-0.9.1
cffu-0.9.0
0.8.x
cffu-0.8.3
cffu-0.8.2
cffu-0.8.1
cffu-0.8.0
0.2.x
cffu-0.2.1
cffu-0.2.0
0.1.x
cffu-0.1.0

How to add a dependency to Maven

Add the following io.foldright : cffu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu</artifactId>
    <version>0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.foldright : cffu gradle dependency to your build.gradle file:

implementation 'io.foldright:cffu:0.9.8'

Gradle Kotlin DSL: Add the following io.foldright : cffu gradle kotlin dependency to your build.gradle.kts file:

implementation("io.foldright:cffu:0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.foldright : cffu sbt scala dependency to your build.sbt file:

libraryDependencies += "io.foldright" % "cffu" % "0.9.8"