Eclipse Golo Programming Language

Eclipse Golo: a lightweight dynamic language for the JVM.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.golo
ArtifactId

ArtifactId

golo
Last Version

Last Version

3.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Eclipse Golo Programming Language
Eclipse Golo: a lightweight dynamic language for the JVM.
Project URL

Project URL

https://golo-lang.org
Source Code Management

Source Code Management

https://github.com/eclipse/golo-lang

Download golo

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.ow2.asm : asm jar 8.0
com.beust : jcommander jar 1.72
com.github.rjeschke : txtmark jar 0.13
com.googlecode.json-simple : json-simple jar 1.1.1

Project Modules

There are no modules declared in this project.
org.eclipse.golo

Eclipse Foundation

Versions

Version
3.4.0
3.4.0-M1
3.3.0
3.3.0-M1
3.2.0
3.2.0-M5
3.2.0-M4
3.2.0-M3
3.2.0-M1
3.1.0-incubation-M1
3.1.0
3.1.0-M2
3.0.0-incubation
3.0.0-incubation-M3
3.0.0-incubation-M2
3.0.0-incubation-M1