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