is not current version
Last Version 1.0.2

com.thesett:wam 1.0.1

Implementation of the WAM machine described in "Warren's Abstact Machine, A Tutorial Reconstruction, by Hassan Ait-Kaci"

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

wam
Version

Version

1.0.1
Type

Type

jar

Download wam 1.0.1


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