| Группа | Группаcom.astralanguage |
|---|---|
| Идентификатор | Идентификаторastra-base |
| Версия | Версия1.0.6 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| astra-base-1.0.6.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-base/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-base</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-base/
implementation 'com.astralanguage:astra-base:1.0.6'
// https://jarcasting.com/artifacts/com.astralanguage/astra-base/
implementation ("com.astralanguage:astra-base:1.0.6")
'com.astralanguage:astra-base:pom:1.0.6'
<dependency org="com.astralanguage" name="astra-base" rev="1.0.6">
<artifact name="astra-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-base', version='1.0.6')
)
libraryDependencies += "com.astralanguage" % "astra-base" % "1.0.6"
[com.astralanguage/astra-base "1.0.6"]