is not current version
Last Version 1.0.2

com.thesett:l3 0.8.2

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

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

l3
Version

Version

0.8.2
Type

Type

jar

Download l3 0.8.2


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