l

learning

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