License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.golo |
ArtifactId | ArtifactIdgolo |
Last Version | Last Version3.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEclipse Golo Programming Language
Eclipse Golo: a lightweight dynamic language for the JVM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
golo-3.4.0.pom | |
golo-3.4.0.jar | 539 KB |
golo-3.4.0-sources.jar | 284 KB |
golo-3.4.0-javadoc.jar | 802 KB |
Browse |
<!-- 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"]
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 |
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
|