is not current version
Last Version 1.3.2

com.astralanguage:astra-core 1.0.3

This is the parent project for all the components that make up the ASTRA language, its APIs, and its supporting tools

GroupId

GroupId

com.astralanguage
ArtifactId

ArtifactId

astra-core
Version

Version

1.0.3
Type

Type

pom

Download astra-core 1.0.3

Filename Size
astra-core-1.0.3.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-core/ -->
<dependency>
    <groupId>com.astralanguage</groupId>
    <artifactId>astra-core</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation 'com.astralanguage:astra-core:1.0.3'
// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation ("com.astralanguage:astra-core:1.0.3")
'com.astralanguage:astra-core:pom:1.0.3'
<dependency org="com.astralanguage" name="astra-core" rev="1.0.3">
  <artifact name="astra-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-core', version='1.0.3')
)
libraryDependencies += "com.astralanguage" % "astra-core" % "1.0.3"
[com.astralanguage/astra-core "1.0.3"]