| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.astralanguage |
| Идентификатор | Идентификаторastra-core |
| Версия | Версия1.2.1 |
| Тип | Типpom |
| Описание |
Описаниеcom.astralanguage:astra-core
This is the parent project for all the components that make up the ASTRA language, its APIs, and its supporting tools
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| astra-core-1.2.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-core/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-core</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation 'com.astralanguage:astra-core:1.2.1'
// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation ("com.astralanguage:astra-core:1.2.1")
'com.astralanguage:astra-core:pom:1.2.1'
<dependency org="com.astralanguage" name="astra-core" rev="1.2.1">
<artifact name="astra-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-core', version='1.2.1')
)
libraryDependencies += "com.astralanguage" % "astra-core" % "1.2.1"
[com.astralanguage/astra-core "1.2.1"]