Download aima-0.8-M1.jar file - Jar a

Jar examples for a:aima

Description

Library of code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.

You can download jar file aima 0.8-M1 in this page.

Build File

You can use the following script to add aima-0.8-M1.jar to your project.

<dependency>
   <groupId>com.thesett</groupId>
   <artifactId>aima</artifactId>
   <version>0.8-M1</version>
</dependency>
compile group: 'com.thesett', name: 'aima', version: '0.8-M1'
libraryDependencies += "com.thesett" % "aima" % "0.8-M1"
<dependency org="com.thesett" name="aima" rev="0.8-M1"/>
@Grapes(@Grab(group='com.thesett', module='aima', version='0.8-M1'))
'com.thesett:aima:jar:0.8-M1'

Download

Click the following link to download the jar file.

aima-0.8-M1-javadoc.jar
aima-0.8-M1-sources.jar
aima-0.8-M1-tests.jar
aima-0.8-M1.jar
aima-0.8-M1.pom



Related Tutorials