File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
<atom : link href =" http://functionaljava.github.io/feed.xml" rel =" self" type =" application/rss+xml" />
7
7
<description >Functional programming in Java</description >
8
8
<language >en</language >
9
- <pubDate >17 /01/2015 10:02:19 PM </pubDate >
10
- <lastBuildDate >17 /01/2015 10:02:19 PM </lastBuildDate >
9
+ <pubDate >18 /01/2015 12:08:48 AM </pubDate >
10
+ <lastBuildDate >18 /01/2015 12:08:48 AM </lastBuildDate >
11
11
12
12
</channel >
13
13
</rss >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h2>Quickstart</h2>
67
67
< p > < div id ="preamble ">
68
68
< div class ="sectionbody ">
69
69
< div class ="paragraph ">
70
- < p > The latest stable version as at Aug 2014 is < code > 4.2</ code > . Here is how to quickly add the library to your project and get started.</ p >
70
+ < p > The latest stable version as at January 2015 is < code > 4.2</ code > . Here is how to quickly add the library to your project and get started.</ p >
71
71
</ div >
72
72
< div class ="paragraph ">
73
73
< p > The Functional Java artifact is published to Maven Central using the group < code > org.functionaljava</ code > with two published artifacts:</ p >
@@ -106,7 +106,7 @@ <h2 id="_maven">Maven</h2>
106
106
</ div >
107
107
< div class ="listingblock ">
108
108
< div class ="content ">
109
- < pre > <dependency>
109
+ < pre class =" prettyprint xml language-xml " > < code > <dependency>
110
110
<groupId>org.functionaljava</groupId>
111
111
<artifactId>functionaljava</artifactId>
112
112
<version>4.2</version>
@@ -115,8 +115,7 @@ <h2 id="_maven">Maven</h2>
115
115
<groupId>org.functionaljava</groupId>
116
116
<artifactId>functionaljava-java8</artifactId>
117
117
<version>4.2</version>
118
- </dependency>
119
- </ pre >
118
+ </dependency></ code > </ pre >
120
119
</ div >
121
120
</ div >
122
121
</ div >
You can’t perform that action at this time.
0 commit comments