is not current version
Last Version 1.0.2

com.thesett:wam 0.8.6

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

0.8.6
Type

Type

jar

Download wam 0.8.6


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