License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.florianschoppmann.java |
ArtifactId | ArtifactIdjava-futures |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionJava Futures
Bridge gaps and help overcome inconveniences with CompletableFuture.
This module includes, among other features, methods to collect the results of multiple futures into a list,
provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can
deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-futures-1.1.0.pom | |
java-futures-1.1.0.jar | 15 KB |
java-futures-1.1.0-sources.jar | 12 KB |
java-futures-1.1.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/ -->
<dependency>
<groupId>net.florianschoppmann.java</groupId>
<artifactId>java-futures</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/
implementation 'net.florianschoppmann.java:java-futures:1.1.0'
// https://jarcasting.com/artifacts/net.florianschoppmann.java/java-futures/
implementation ("net.florianschoppmann.java:java-futures:1.1.0")
'net.florianschoppmann.java:java-futures:jar:1.1.0'
<dependency org="net.florianschoppmann.java" name="java-futures" rev="1.1.0">
<artifact name="java-futures" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.florianschoppmann.java', module='java-futures', version='1.1.0')
)
libraryDependencies += "net.florianschoppmann.java" % "java-futures" % "1.1.0"
[net.florianschoppmann.java/java-futures "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |