| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.latte-lang |
| Идентификатор | Идентификаторlatte-compiler |
| Версия | Версия0.0.10-ALPHA |
| Тип | Типjar |
| Описание |
Описаниеlatte-compiler
The latte-lang compiler project, which contains compiler and runtime required library.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| latte-compiler-0.0.10-ALPHA.pom | |
| latte-compiler-0.0.10-ALPHA.jar | 620 KB |
| latte-compiler-0.0.10-ALPHA-sources.jar | 497 KB |
| latte-compiler-0.0.10-ALPHA-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/ -->
<dependency>
<groupId>org.latte-lang</groupId>
<artifactId>latte-compiler</artifactId>
<version>0.0.10-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/
implementation 'org.latte-lang:latte-compiler:0.0.10-ALPHA'
// https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/
implementation ("org.latte-lang:latte-compiler:0.0.10-ALPHA")
'org.latte-lang:latte-compiler:jar:0.0.10-ALPHA'
<dependency org="org.latte-lang" name="latte-compiler" rev="0.0.10-ALPHA">
<artifact name="latte-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.latte-lang', module='latte-compiler', version='0.0.10-ALPHA')
)
libraryDependencies += "org.latte-lang" % "latte-compiler" % "0.0.10-ALPHA"
[org.latte-lang/latte-compiler "0.0.10-ALPHA"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |