is not current version
Last Version 0.9.117

com.thesett:learning 0.8.19

Learning code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

learning
Version

Version

0.8.19
Type

Type

jar

Download learning 0.8.19


<!-- https://jarcasting.com/artifacts/com.thesett/learning/ -->
<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>learning</artifactId>
    <version>0.8.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/learning/
implementation 'com.thesett:learning:0.8.19'
// https://jarcasting.com/artifacts/com.thesett/learning/
implementation ("com.thesett:learning:0.8.19")
'com.thesett:learning:jar:0.8.19'
<dependency org="com.thesett" name="learning" rev="0.8.19">
  <artifact name="learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='learning', version='0.8.19')
)
libraryDependencies += "com.thesett" % "learning" % "0.8.19"
[com.thesett/learning "0.8.19"]