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.9.77.jar download
learning-0.9.77.pom download
learning-0.9.77-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thesett</groupId>
  <artifactId>learning</artifactId>
  <version>0.9.77</version>
</dependency>
Gradle Groovy
implementation 'com.thesett:learning:0.9.77'
Gradle Kotlin
implementation("com.thesett:learning:0.9.77")
Scala SBT
libraryDependencies += "com.thesett" % "learning" % "0.9.77"
Groovy Grape
@Grapes(
  @Grab(group='com.thesett', module='learning', version='0.9.77')
)
Apache Ivy
<dependency org="com.thesett" name="learning" rev="0.9.77" />
Leiningen
[com.thesett/learning "0.9.77"]
Apache Buildr
'com.thesett:learning:jar:0.9.77'