| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.astralanguage |
| Идентификатор | Идентификаторastra-compiler |
| Версия | Версия1.0.11 |
| Тип | Типjar |
| Описание |
Описаниеcom.astralanguage:astra-compiler
Core compiler artifact for the ASTRA Language
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| astra-compiler-1.0.11.pom | |
| astra-compiler-1.0.11.jar | 230 KB |
| astra-compiler-1.0.11-sources.jar | 114 KB |
| astra-compiler-1.0.11-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-compiler/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-compiler</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-compiler/
implementation 'com.astralanguage:astra-compiler:1.0.11'
// https://jarcasting.com/artifacts/com.astralanguage/astra-compiler/
implementation ("com.astralanguage:astra-compiler:1.0.11")
'com.astralanguage:astra-compiler:jar:1.0.11'
<dependency org="com.astralanguage" name="astra-compiler" rev="1.0.11">
<artifact name="astra-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-compiler', version='1.0.11')
)
libraryDependencies += "com.astralanguage" % "astra-compiler" % "1.0.11"
[com.astralanguage/astra-compiler "1.0.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.astralanguage : astra-interpreter | jar | 1.0.11 |
| com.astralanguage : astra-apis | jar | 1.0.11 |
| junit : junit | jar | 4.12 |