License |
License |
---|---|
GroupId | GroupIdcom.astralanguage |
ArtifactId | ArtifactIdastra-interpreter |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.astralanguage:astra-interpreter
Core interpreter artifact for the ASTRA Language
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
astra-interpreter-1.3.2.pom | |
astra-interpreter-1.3.2.jar | 364 KB |
astra-interpreter-1.3.2-sources.jar | 145 KB |
astra-interpreter-1.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-interpreter</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/
implementation 'com.astralanguage:astra-interpreter:1.3.2'
// https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/
implementation ("com.astralanguage:astra-interpreter:1.3.2")
'com.astralanguage:astra-interpreter:jar:1.3.2'
<dependency org="com.astralanguage" name="astra-interpreter" rev="1.3.2">
<artifact name="astra-interpreter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-interpreter', version='1.3.2')
)
libraryDependencies += "com.astralanguage" % "astra-interpreter" % "1.3.2"
[com.astralanguage/astra-interpreter "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.12.4 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
junit : junit | jar | 4.12 |