License |
License |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdaima |
Version | Version0.8.3 |
Type | Typejar |
Description |
Descriptionaima
Library of code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.
|
Filename | Size |
---|---|
aima-0.8.3.pom | |
aima-0.8.3.jar | 279 KB |
aima-0.8.3-tests.jar | 117 KB |
aima-0.8.3-sources.jar | 372 KB |
aima-0.8.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/aima/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>aima</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation 'com.thesett:aima:0.8.3'
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation ("com.thesett:aima:0.8.3")
'com.thesett:aima:jar:0.8.3'
<dependency org="com.thesett" name="aima" rev="0.8.3">
<artifact name="aima" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='aima', version='0.8.3')
)
libraryDependencies += "com.thesett" % "aima" % "0.8.3"
[com.thesett/aima "0.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.thesett : common | jar | 0.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
log4j : log4j | jar | [1.2.8,) |