is not current version
Last Version 1.3.2

com.astralanguage:astra-compiler 1.1.1

Core compiler artifact for the ASTRA Language

GroupId

GroupId

com.astralanguage
ArtifactId

ArtifactId

astra-compiler
Version

Version

1.1.1
Type

Type

jar

Download astra-compiler 1.1.1


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