MVN

com.thesett : aima

Maven & Gradle

Aug 20, 2014
10 usages
4 stars

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

<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>aima</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thesett : aima to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.thesett : aima to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
aima-0.8.3
aima-0.8.2
aima-0.8.1
0.8
aima-0.8-M1

How to add a dependency to Maven

Add the following com.thesett : aima maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>aima</artifactId>
    <version>0.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thesett : aima gradle dependency to your build.gradle file:

implementation 'com.thesett:aima:0.8.3'

Gradle Kotlin DSL: Add the following com.thesett : aima gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thesett:aima:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thesett : aima sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thesett" % "aima" % "0.8.3"

Advertisement

Dependencies from Group

Nov 02, 2016
27 usages
4 stars
Nov 03, 2016
19 usages
4 stars
Aug 20, 2014
10 usages
4 stars
Nov 03, 2016
9 usages
4 stars
Nov 02, 2016
9 usages
4 stars

Discover Dependencies