MVN

net.sourceforge.streamsupport : android-cfuture21-hack

Maven & Gradle

Jan 20, 2021
2 stars

net.sourceforge.streamsupport:android-cfuture21-hack · An unsupported hackish attempt to provide CompletableFuture on Android API level 21 to level 23 in conjunction with google/desugar_jdk_libs and Android Gradle Plugin 4.x

<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>android-cfuture21-hack</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.streamsupport : android-cfuture21-hack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of net.sourceforge.streamsupport : android-cfuture21-hack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-cfuture21-hack-1.0.5
android-cfuture21-hack-1.0.4
android-cfuture21-hack-1.0.3
android-cfuture21-hack-1.0.2
android-cfuture21-hack-1.0.1
android-cfuture21-hack-1.0.0

How to add a dependency to Maven

Add the following net.sourceforge.streamsupport : android-cfuture21-hack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>android-cfuture21-hack</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.streamsupport : android-cfuture21-hack gradle dependency to your build.gradle file:

implementation 'net.sourceforge.streamsupport:android-cfuture21-hack:1.0.5'

Gradle Kotlin DSL: Add the following net.sourceforge.streamsupport : android-cfuture21-hack gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.streamsupport:android-cfuture21-hack:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.streamsupport : android-cfuture21-hack sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.streamsupport" % "android-cfuture21-hack" % "1.0.5"

Advertisement