@@ -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 July 2015 is 4.7 . Here is how to quickly add the library to your project and get started.</ p >
70
+ < p > The latest stable version as at July 2015 is 4.8 . 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 three published artifacts:</ p >
@@ -90,10 +90,10 @@ <h2 id="_gradle">Gradle</h2>
90
90
</ div >
91
91
< div class ="listingblock ">
92
92
< div class ="content ">
93
- < pre > compile "org.functionaljava:functionaljava:4.7 "
94
- compile "org.functionaljava:functionaljava-java8:4.7 "
95
- compile "org.functionaljava:functionaljava-quickcheck:4.7 "
96
- compile "org.functionaljava:functionaljava-java-core:4.7 "</ pre >
93
+ < pre > compile "org.functionaljava:functionaljava:4.8 "
94
+ compile "org.functionaljava:functionaljava-java8:4.8 "
95
+ compile "org.functionaljava:functionaljava-quickcheck:4.8 "
96
+ compile "org.functionaljava:functionaljava-java-core:4.8 "</ pre >
97
97
</ div >
98
98
</ div >
99
99
</ div >
@@ -109,22 +109,22 @@ <h2 id="_maven">Maven</h2>
109
109
< pre class ="prettyprint highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
110
110
<groupId>org.functionaljava</groupId>
111
111
<artifactId>functionaljava</artifactId>
112
- <version>4.7 </version>
112
+ <version>4.8 </version>
113
113
</dependency>
114
114
<dependency>
115
115
<groupId>org.functionaljava</groupId>
116
116
<artifactId>functionaljava-java8</artifactId>
117
- <version>4.7 </version>
117
+ <version>4.8 </version>
118
118
</dependency>
119
119
<dependency>
120
120
<groupId>org.functionaljava</groupId>
121
121
<artifactId>functionaljava-quickcheck</artifactId>
122
- <version>4.7 </version>
122
+ <version>4.8 </version>
123
123
</dependency>
124
124
<dependency>
125
125
<groupId>org.functionaljava</groupId>
126
126
<artifactId>functionaljava-java-core</artifactId>
127
- <version>4.7 </version>
127
+ <version>4.8 </version>
128
128
</dependency></ code > </ pre >
129
129
</ div >
130
130
</ div >
0 commit comments