is not current version
Last Version 1.3.2

com.astralanguage:astra-compiler 1.1.5

Core compiler artifact for the ASTRA Language

GroupId

GroupId

com.astralanguage
ArtifactId

ArtifactId

astra-compiler
Version

Version

1.1.5
Type

Type

jar

Download astra-compiler 1.1.5


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