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
7
7
* [ Demo Applications that can be run from your browser] ( http://aimacode.github.io/aima-java/aima3e/aima3ejavademos.html ) .
8
8
* [ Comments on architecture and design] (https://github.com/aimacode/aima-java/wiki/AIMA3e-Architecture-%26-Design ).
9
9
* [ 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 ) .
11
11
* Latest Maven Information (for integration as a third party library)<br >
12
12
13
13
```
14
14
<dependency>
15
15
<groupId>com.googlecode.aima-java</groupId>
16
16
<artifactId>aima-core</artifactId>
17
- <version>0.11.1 </version>
17
+ <version>0.12.0 </version>
18
18
</dependency>
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments