| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.thesett |
| Идентификатор | Идентификаторl1 |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Описание |
Описаниеl1
Implementation of the L0 machine described in "Warren's Abstact Machine, A Tutorial Reconstruction, by Hassan Ait-Kaci"
|
| Имя Файла | Размер |
|---|---|
| l1-1.0.2.pom | |
| l1-1.0.2.jar | 23 KB |
| l1-1.0.2-tests.jar | 7 KB |
| l1-1.0.2-sources.jar | 36 KB |
| l1-1.0.2-javadoc.jar | 131 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thesett/l1/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>l1</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/l1/
implementation 'com.thesett:l1:1.0.2'
// https://jarcasting.com/artifacts/com.thesett/l1/
implementation ("com.thesett:l1:1.0.2")
'com.thesett:l1:jar:1.0.2'
<dependency org="com.thesett" name="l1" rev="1.0.2">
<artifact name="l1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='l1', version='1.0.2')
)
libraryDependencies += "com.thesett" % "l1" % "1.0.2"
[com.thesett/l1 "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.thesett : common | jar | 0.8.11 |
| com.thesett : logic | jar | 0.8.11 |
| com.thesett : logic | jar | 0.8.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.thesett : base | jar | 0.8.11 |