RingoJS

A JavaScript runtime and shell based on Rhino providing a CommonJS module library and web application framework. This project is maintained by ejs.io in order to place Ringo in the Central Maven repository.

License

License

GroupId

GroupId

io.ejs
ArtifactId

ArtifactId

ringojs
Last Version

Last Version

0.12.0
Release Date

Release Date

Type

Type

jar
Description

Description

RingoJS
A JavaScript runtime and shell based on Rhino providing a CommonJS module library and web application framework. This project is maintained by ejs.io in order to place Ringo in the Central Maven repository.
Project URL

Project URL

http://ringojs.org/

Download ringojs

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.mozilla : rhino jar 1.7.7.1
org.slf4j : slf4j-api jar 1.7.21

provided (8)

Group / Artifact Type Version
junit : junit jar 4.12
org.eclipse.jetty : jetty-continuation jar 9.3.8.v20160314
org.eclipse.jetty : jetty-server jar 9.3.8.v20160314
org.eclipse.jetty : jetty-servlet jar 9.3.8.v20160314
org.eclipse.jetty : jetty-servlets jar 9.3.8.v20160314
org.eclipse.jetty.websocket : websocket-server jar 9.3.8.v20160314
org.eclipse.jetty : jetty-xml jar 9.3.8.v20160314
jline : jline jar 2.12.1

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.21
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Versions

Version
0.12.0
0.11.0