| License | License | 
|---|---|
| GroupId | GroupIdcom.astralanguage | 
| ArtifactId | ArtifactIdastra-core | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncom.astralanguage:astra-core This is the parent project for all the components that make up the ASTRA language, its APIs, and its supporting tools | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| astra-core-1.3.2.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-core/ -->
<dependency>
    <groupId>com.astralanguage</groupId>
    <artifactId>astra-core</artifactId>
    <version>1.3.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation 'com.astralanguage:astra-core:1.3.2'// https://jarcasting.com/artifacts/com.astralanguage/astra-core/
implementation ("com.astralanguage:astra-core:1.3.2")'com.astralanguage:astra-core:pom:1.3.2'<dependency org="com.astralanguage" name="astra-core" rev="1.3.2">
  <artifact name="astra-core" type="pom" />
</dependency>@Grapes(
@Grab(group='com.astralanguage', module='astra-core', version='1.3.2')
)libraryDependencies += "com.astralanguage" % "astra-core" % "1.3.2"[com.astralanguage/astra-core "1.3.2"]