is not current version
Last Version 1.0.2

com.thesett:l0 1.0.0

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

l0
Version

Version

1.0.0
Type

Type

jar

Download l0 1.0.0


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