License |
License |
---|---|
GroupId | GroupIdcom.astralanguage |
ArtifactId | ArtifactIdastra-interpreter |
Version | Version1.2.0 |
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.2.0.pom | |
astra-interpreter-1.2.0.jar | 342 KB |
astra-interpreter-1.2.0-sources.jar | 137 KB |
astra-interpreter-1.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-interpreter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/
implementation 'com.astralanguage:astra-interpreter:1.2.0'
// https://jarcasting.com/artifacts/com.astralanguage/astra-interpreter/
implementation ("com.astralanguage:astra-interpreter:1.2.0")
'com.astralanguage:astra-interpreter:jar:1.2.0'
<dependency org="com.astralanguage" name="astra-interpreter" rev="1.2.0">
<artifact name="astra-interpreter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-interpreter', version='1.2.0')
)
libraryDependencies += "com.astralanguage" % "astra-interpreter" % "1.2.0"
[com.astralanguage/astra-interpreter "1.2.0"]
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 |