MVN

com.googlecode.aima-java : aima-core

Maven & Gradle

Dec 19, 2016
4 usages
1.4k stars

AIMA-Java Core · AIMA-Java Core Algorithms from the book Artificial Intelligence a Modern Approach 3rd Ed.

<dependency>
    <groupId>com.googlecode.aima-java</groupId>
    <artifactId>aima-core</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
aima-core-3.0.0
0.12.x
aima-core-0.12.0
0.11.x
aima-core-0.11.1
aima-core-0.11.0
0.10.x
aima-core-0.10.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.aima-java</groupId>
    <artifactId>aima-core</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.aima-java : aima-core gradle dependency to your build.gradle file:

implementation 'com.googlecode.aima-java:aima-core:3.0.0'

Gradle Kotlin DSL: Add the following com.googlecode.aima-java : aima-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.aima-java:aima-core:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.aima-java : aima-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.aima-java" % "aima-core" % "3.0.0"

Advertisement