Download aima-core-0.10.5.jar file - Jar a

Jar examples for a:aima-core

Description

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.

License

MIT License

Build File

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'

Download

Click the following link to download the jar file.

aima-core-0.10.5-javadoc.jar
aima-core-0.10.5-sources.jar
aima-core-0.10.5.jar
aima-core-0.10.5.pom



Related Tutorials