Install completable-futures via Maven
masterTo use completable-futures in your Java 8 project, add the following dependency to your pom.xml. The library has no additional dependencies.
<dependency>
<groupId>com.spotify</groupId>
<artifactId>completable-futures</artifactId>
<version>0.3.1</version>
</dependency>