Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 1e1770a

Browse files
committed
public Maven Central release
1 parent 39fdd97 commit 1e1770a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Maven Central](https://img.shields.io/maven-central/v/net.sourceforge.streamsupport/http2client-java8.svg)](http://mvnrepository.com/artifact/net.sourceforge.streamsupport/http2client-java8)
2+
13
# http2client-java8
24

35
![](art/streamsupport-sf.png)
@@ -7,6 +9,15 @@ An experimental Java 8 backport of the incubating Java 10 high-level HTTP and We
79
HTTP 1.1 and 2 are both supported, as is SSL. Works also on Java 9 and Java 10. The minimum runtime requirement is OpenJDK (Oracle) Java 8.
810

911

12+
```xml
13+
<dependency>
14+
<groupId>net.sourceforge.streamsupport</groupId>
15+
<artifactId>http2client-java8</artifactId>
16+
<version>0.1.1</version>
17+
</dependency>
18+
```
19+
20+
1021
Since the `CompletableFuture` from Java 8 doesn't implement the (`JEP 266`) features needed for the Java 8 implementation
1122
of the HTTP client a backport of the Java 9 CompletableFuture is necessary as a Maven dependency:
1223

0 commit comments

Comments
 (0)