не последняя версия
Последняя версия 1.0.2

com.thesett:l0 0.8.3

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

Группа

Группа

com.thesett
Идентификатор

Идентификатор

l0
Версия

Версия

0.8.3
Тип

Тип

jar

Скачать l0 0.8.3


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