License |
License |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdwam |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionwam
Implementation of the WAM machine described in "Warren's Abstact Machine, A Tutorial Reconstruction, by Hassan Ait-Kaci"
|
Filename | Size |
---|---|
wam-1.0.2.pom | |
wam-1.0.2.jar | 154 KB |
wam-1.0.2-tests.jar | 14 KB |
wam-1.0.2-sources.jar | 136 KB |
wam-1.0.2-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/wam/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>wam</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/wam/
implementation 'com.thesett:wam:1.0.2'
// https://jarcasting.com/artifacts/com.thesett/wam/
implementation ("com.thesett:wam:1.0.2")
'com.thesett:wam:jar:1.0.2'
<dependency org="com.thesett" name="wam" rev="1.0.2">
<artifact name="wam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='wam', version='1.0.2')
)
libraryDependencies += "com.thesett" % "wam" % "1.0.2"
[com.thesett/wam "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.thesett : common | jar | 0.8.11 |
com.thesett : logic | jar | 0.8.11 |
com.thesett : wambook_cli | jar | 1.0.2 |
com.thesett : text_model | jar | 0.8.11 |
com.thesett : logic | jar | 0.8.11 |
jline : jline | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.thesett : base | jar | 0.8.11 |