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

Commit ca8dd80

Browse files
committed
add index.html + related files
1 parent 2b690d7 commit ca8dd80

File tree

10 files changed

+647
-0
lines changed

10 files changed

+647
-0
lines changed

docs/images/bg_hr.png

943 Bytes
Loading

docs/images/blacktocat.png

1.39 KB
Loading

docs/images/icon_download.png

1.13 KB
Loading

docs/images/sprite_download.png

16.4 KB
Loading

docs/index.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/html">
3+
4+
<head>
5+
<meta charset='utf-8' />
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7+
<meta name="description" content="java9-concurrent-backport : Backport of the upgraded (JEP 266) Java 9 CompletableFuture API for Java 8" />
8+
9+
<script src="scripts/prettify/run_prettify.js"></script>
10+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
11+
12+
<title>java9-concurrent-backport : Backport of the JEP 266 Java 9 CompletableFuture API for Java 8</title>
13+
</head>
14+
15+
<body>
16+
17+
<!-- HEADER -->
18+
<div id="header_wrap" class="outer">
19+
<header class="inner">
20+
<a id="forkme_banner" href="https://github.com/stefan-zobel/java9-concurrent-backport">View on GitHub</a>
21+
22+
<h1 id="project_title">java9-concurrent-backport</h1>
23+
<h2 id="project_tagline">Backport of the Java 9 CompletableFuture API<br><a href="http://openjdk.java.net/jeps/266">(JEP 266)</a> for Java 8.<br><br> In addition, it contains a Java 8 version of the new Java 9<br>reactive-streams Flow and SubmissionPublisher API <a href="http://openjdk.java.net/jeps/266">(JEP 266)</a><br>and of the new Java 9 Collections factory methods <a href="http://openjdk.java.net/jeps/269">(JEP 269)</a></h2>
24+
25+
</header>
26+
</div>
27+
28+
<!-- MAIN CONTENT -->
29+
<div id="main_content_wrap" class="outer">
30+
<section id="main_content" class="inner">
31+
32+
33+
<h3 id="javadoc">Javadoc online</h3>
34+
35+
<p>See the online <a href="apidocs/index.html">Javadoc</a> for more details about the API</p>
36+
37+
38+
<h3 id="files">Downloads</h3>
39+
40+
<ul>
41+
<li><a href="http://central.maven.org/maven2/net/sourceforge/streamsupport/java9-concurrent-backport/1.1.1/java9-concurrent-backport-1.1.1.jar">java9-concurrent-backport-1.1.1.jar</a> - Java 8 Jar file (Bytecode version 52)</li>
42+
<li><a href="http://central.maven.org/maven2/net/sourceforge/streamsupport/java9-concurrent-backport/1.1.1/java9-concurrent-backport-1.1.1-javadoc.jar">java9-concurrent-backport-1.1.1-javadoc.jar</a> - Javadoc API documentation</li>
43+
<li><a href="http://central.maven.org/maven2/net/sourceforge/streamsupport/java9-concurrent-backport/1.1.1/java9-concurrent-backport-1.1.1-sources.jar">java9-concurrent-backport-1.1.1-sources.jar</a> - Java source code</li>
44+
</ul>
45+
46+
47+
48+
<h3>Dependencies</h3>
49+
<p>No dependencies</p>
50+
51+
52+
<h3>License</h3>
53+
<p>java9-concurrent-backport is free to use and licensed under the GPL2, CE<br>(GNU General Public License, version 2, with the Classpath Exception)</p>
54+
55+
56+
<h3>Credits</h3>
57+
58+
<p>java9-concurrent-backport builds on the code of the <a href="https://github.com/retrostreams">android-retrofuture, android-retroflow and android-retrostreams</a> projects</p>
59+
60+
</section>
61+
62+
</div>
63+
64+
<!-- FOOTER -->
65+
<div id="footer_wrap" class="outer">
66+
<footer class="inner">
67+
<!--
68+
<p class="copyright">java9-concurrent-backport maintained by <a href="https://github.com/stefan-zobel">Stefan Zobel</a></p>
69+
-->
70+
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
71+
</footer>
72+
</div>
73+
74+
75+
76+
</body>
77+
</html>

docs/scripts/prettify/prettify.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/prettify/prettify.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)