is not current version
Last Version 0.8.3

com.thesett:aima 0.8.2

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

aima
Version

Version

0.8.2
Type

Type

jar

Download aima 0.8.2


<!-- https://jarcasting.com/artifacts/com.thesett/aima/ -->
<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>aima</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation 'com.thesett:aima:0.8.2'
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation ("com.thesett:aima:0.8.2")
'com.thesett:aima:jar:0.8.2'
<dependency org="com.thesett" name="aima" rev="0.8.2">
  <artifact name="aima" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='aima', version='0.8.2')
)
libraryDependencies += "com.thesett" % "aima" % "0.8.2"
[com.thesett/aima "0.8.2"]