Jar examples for a:aima-core
AIMA-Java Core Algorithms from the book Artificial Intelligence a Modern Approach 3rd Ed.
You can download jar file aima-core 0.10.5 in this page.
MIT License
You can use the following script to add aima-core-0.10.5.jar to your project.
<dependency> <groupId>com.googlecode.aima-java</groupId> <artifactId>aima-core</artifactId> <version>0.10.5</version> </dependency>
compile group: 'com.googlecode.aima-java', name: 'aima-core', version: '0.10.5'
libraryDependencies += "com.googlecode.aima-java" % "aima-core" % "0.10.5"
<dependency org="com.googlecode.aima-java" name="aima-core" rev="0.10.5"/>
@Grapes(@Grab(group='com.googlecode.aima-java', module='aima-core', version='0.10.5'))
'com.googlecode.aima-java:aima-core:jar:0.10.5'
Click the following link to download the jar file.
aima-core-0.10.5-javadoc.jar