a

aima

Library of code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.
https://www.thesett.com/build_reports/lojix/aima
Files download
File Operation
aima-0.8.3.jar download
aima-0.8.3.pom download
aima-0.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thesett</groupId>
  <artifactId>aima</artifactId>
  <version>0.8.3</version>
</dependency>
Gradle Groovy
implementation 'com.thesett:aima:0.8.3'
Gradle Kotlin
implementation("com.thesett:aima:0.8.3")
Scala SBT
libraryDependencies += "com.thesett" % "aima" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='com.thesett', module='aima', version='0.8.3')
)
Apache Ivy
<dependency org="com.thesett" name="aima" rev="0.8.3" />
Leiningen
[com.thesett/aima "0.8.3"]
Apache Buildr
'com.thesett:aima:jar:0.8.3'