is not current version
Last Version 1.0.2

com.thesett:l1 0.8.9

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

l1
Version

Version

0.8.9
Type

Type

jar

Download l1 0.8.9


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