File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Java implementation of algorithms from [Russell](http://www.cs.berkeley.edu/~rus
77 * [ Demo Applications that can be run from your browser] ( http://aimacode.github.io/aima-java/aima3e/aima3ejavademos.html ) .
88 * [ Comments on architecture and design] (https://github.com/aimacode/aima-java/wiki/AIMA3e-Architecture-%26-Design ).
99 * [ Javadoc for the aima-core project] ( http://aimacode.github.io/aima-java/aima3e/javadoc/aima-core/index.html ) .
10- * [ Download the latest official version = 1.8.1 (Mar 15 2015 )] ( https://github.com/aimacode/aima-java/releases/tag/aima3e-v1.8.1 ) .
10+ * [ Download the latest official version = 1.9.0 (Dec 18 2016 )] ( https://github.com/aimacode/aima-java/releases/tag/aima3e-v1.9.0 ) .
1111 * Latest Maven Information (for integration as a third party library)<br >
1212
1313 ```
1414 <dependency>
1515 <groupId>com.googlecode.aima-java</groupId>
1616 <artifactId>aima-core</artifactId>
17- <version>0.11.1 </version>
17+ <version>0.12.0 </version>
1818 </dependency>
1919 ```
2020
You can’t perform that action at this time.
0 commit comments